ok, so im new to working with php and i created a form such as this:
headline _________ (with the underscores being text areas)
story _________
url _________
submit
what i need the data from this form to do is post it at the top of a table i created everytime something new is submitted and make the headline data a link with the url that is submitted with the form. i know there's gotta be a way to do this and one of my friends suggested php(which i happen to know very little about). if someone could show me how to do this it would be greatly appreciated. please help!
form question please help!
Moderator: General Moderators
- nickman013
- Forum Regular
- Posts: 764
- Joined: Sun Aug 14, 2005 12:02 am
- Location: Long Island, New York
you need to store the information in a database. and then get the information out of the database using php to display it where you want it to be.
this will teach you everything you need to know.
http://www.freewebmasterhelp.com/tutorials/phpmysql/1
this will teach you everything you need to know.