giodelgado Posted January 19, 2009 Share Posted January 19, 2009 I tried to search for a script but couldn't find it, I found this forum as the first result of google. OK, I want to make a website where a user will submit a "item and price" and a page created for that specific item, on that page a form to submit prices by different users and a rating/voting system for those prices. The titles for those pages automatically displayed on the main page. It seems to be simple, but not for me, I am a beginner on PHP and only know how to do webpages, can someone please point me to where can I start to do these kind of things, I tried to learn tutorials but the definitions are many. thank you in advance =) Link to comment https://forums.phpfreaks.com/topic/141404-just-a-question/ Share on other sites More sharing options...
Lodius2000 Posted January 19, 2009 Share Posted January 19, 2009 get a good book 'learning php 5' by david sklar really helped me EDIT: you will be able to do all the things that you stated above after reading that book Link to comment https://forums.phpfreaks.com/topic/141404-just-a-question/#findComment-740199 Share on other sites More sharing options...
Dowdy Posted January 19, 2009 Share Posted January 19, 2009 I found the w3schools tutorials very helpful. I didn't start php programming that long ago and i'm now at least a competent programmer Link to comment https://forums.phpfreaks.com/topic/141404-just-a-question/#findComment-740328 Share on other sites More sharing options...
giodelgado Posted January 20, 2009 Author Share Posted January 20, 2009 ok, I have created a login function and register from my website using this guide: http://evolt.org/article/comment/17/60265/index.html after this I created a table in MySQL that holds the values that are going to be inputed. I know how to create a page where it displays the form that is going to insert data to my table but can't find the terms or functions to do the following... how can I display the "register item page" only to members and have every item be displayed in one page only, with the author's name? (I didn't ask for name and last name on registration, the login would display then) Link to comment https://forums.phpfreaks.com/topic/141404-just-a-question/#findComment-740864 Share on other sites More sharing options...
phparray Posted January 20, 2009 Share Posted January 20, 2009 Quote get a good book 'learning php 5' by david sklar really helped me EDIT: you will be able to do all the things that you stated above after reading that book I have to agree. You would be amazed how much more you learn by reading a good book. This one is beginners book but it will provide a good foundation. http://books.google.com/books?id=OiGO-qd06RIC&printsec=frontcover&dq=php+mysql+for+dummies If you plan on building PHP apps on a regular basis books are great! Link to comment https://forums.phpfreaks.com/topic/141404-just-a-question/#findComment-740877 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.