QuizToon Posted July 3, 2006 Share Posted July 3, 2006 What I am trying to create is a method for my family to upload pictures to the internet so that we can all see them.I have created the upload part (except I missed a field for comments for each picture), after much looking reading copying, typing etc and a lot of swearing but it eventually works. Suffice to say I now know the theory involved with php if not the actual coding.What I want to do now is have a page that when it is viewed will have all the photographs displayed on the page with their comments (when I add the comments field). Later on I will need to have abit of code that splits the pages up so there is not too much on one page.My parents live abroad and we want to share photographs.Hope someone can help by pointing me in the direction of a tutorial which covers this.Oh, the upload script doesnt store the photos in the mysql database, the database holds the url link to the picture, the picture is held in a directory on the server.Thanks for reading Quote Link to comment https://forums.phpfreaks.com/topic/13577-code-help/ Share on other sites More sharing options...
dagnasty Posted July 3, 2006 Share Posted July 3, 2006 count the rows with html and loop through each entry and getting out the data to display as html Quote Link to comment https://forums.phpfreaks.com/topic/13577-code-help/#findComment-52599 Share on other sites More sharing options...
QuizToon Posted July 3, 2006 Author Share Posted July 3, 2006 Thanks for youor replythat would be all well and good if i knew what you were talking about. I need a tutorial which explains how to get the photos onto the page first.see not very good at this yet but am willing to learn, just cant find the tutorial. Found one for uploading the stuff and it works but cant find one to display the photos on the page. Quote Link to comment https://forums.phpfreaks.com/topic/13577-code-help/#findComment-52605 Share on other sites More sharing options...
litebearer Posted July 3, 2006 Share Posted July 3, 2006 Check you inbox for a message Quote Link to comment https://forums.phpfreaks.com/topic/13577-code-help/#findComment-52707 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.