farnoise Posted January 21, 2010 Share Posted January 21, 2010 Hey guys, I'm not looking for any code here but I just need your helps, I'm trying to create a Directory listing that has a MYSQL search option so whenever you type someones name it goes through whole database and pulls up those people that match the search code and shows them in a table, Now what I'm trying to do is add their picture to the result so I basically need a Directory application there are 430 people in my list so I really don't want to add their image name one by one and or rename it and then add it to the DB, Any Suggestion or even if you know any CMS or PHP Based application that can help me ?? Thanks Quote Link to comment Share on other sites More sharing options...
crabfinger Posted January 31, 2010 Share Posted January 31, 2010 add a column to your database using ALTER TABLE `table_name` ADD `image_column` logtext NOT NULL Then populate that with images/image.png And so on then its just an image tag. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.