Jump to content

Just a question...


giodelgado

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.