Page 1 of 1

Need help with entering data into my database

Posted: Sat Oct 30, 2004 4:43 pm
by mechmaker
Ive been trieng to enter info into my database for the longest but I cant can someone pls reply with code for entering data in a data base that will actually work. PLEASE, I have a Database and I just want to enter atlleast one letter into it using php please help me.

Posted: Sat Oct 30, 2004 5:40 pm
by John Cartwright
Search these forums

[devnet]connecting to database[/devnet]

and

[devnet]inserting into database[/devnet]

Posted: Sat Oct 30, 2004 6:36 pm
by mudkicker

Code: Select all

INS-ERT INTO table(col1, col2) VALUES('val1', 'val2');