Hi people,
I have a signup form on my site. I need it so when people fill in theyre tetails, it aitomatically ads a record into a mysql table.
Can any1 show me the coding to do this?
Thanx
Jonathan
read up the section under mysql functions in the php manual. and then go the mysql homepage and read up on inserting into a database.
Ace21