xGROMx Posted March 18, 2009 Share Posted March 18, 2009 I'm not sure if this is the right place to post this... I have only been using php for only a little while and I need a script that will let me post a text and a photo to a web page. I have searched around for one and the only scripts i can find are large (entire site) scripts. The edit will be behind a private login page. I have the admin pages half done with other scripts i have on the site. The thing I don't know how to do is be able to post a photo/comment to the main page and archiving the old photo and comment to another page. I haven't messed with mysql much and I figure that this will have to use it. Please point me in the right direction to either how to do it or were i can get one simmilar done. Thanx -anthony Link to comment https://forums.phpfreaks.com/topic/149989-trying-to-find-a-simple-scriptmessage-and-photo/ Share on other sites More sharing options...
Ayon Posted March 18, 2009 Share Posted March 18, 2009 well yes you must look into mysql.. and file uploading.. you could make a small table that will contain the name of the image and the text.. than you can pull the info you need from the table when you want to display the image Link to comment https://forums.phpfreaks.com/topic/149989-trying-to-find-a-simple-scriptmessage-and-photo/#findComment-787709 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.