Alka-Seltzer Posted June 14, 2007 Share Posted June 14, 2007 Hey all, I'm pretty new to php and need some help on where to start with this project I want to do... Heres the major functions I want to be able to do. Have a form, with the following fields: Image Link (http link) Caption Add Photo When the person fills in that form and they hit add photo, I want the image at the image link specified to show up on a page, in 1 table cell, with the caption below it. I would also like the image to be resized into a thumbnail on this page at about 100 X any height, then when the thumbnail is clicked, the photo comes up in a new window in its original size. And with each photo added, it creates a new cell in a table, to up to 5 columns. Once the table reaches 10 rows of these 5 columns I would like it to automatically create a new page. I would also like an admin page or function that would allow the admin to delete a photo or edit a photos caption. I hope that makes some sense... It seems like it would be a pretty complicated project, but I would really like to try and do this. I just don't know where to start! Quote Link to comment Share on other sites More sharing options...
MasterACE14 Posted June 14, 2007 Share Posted June 14, 2007 Read some of these tutorials. That'll atleast get you a start on all this. http://www.w3schools.com/php/default.asp http://www.tizag.com/phpT/ and of course. http://www.phpfreaks.com/tutorials.php also, I noticed PHP Freaks came up 5th on Google when you search "PHP Tutorials" . Nice work Regards ACE Quote Link to comment Share on other sites More sharing options...
Alka-Seltzer Posted June 15, 2007 Author Share Posted June 15, 2007 Thanks. 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.