Need help with entering data into my database
Moderator: General Moderators
Need help with entering data into my database
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.
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
- mudkicker
- Forum Contributor
- Posts: 479
- Joined: Wed Jul 09, 2003 6:11 pm
- Location: Istanbul, TR
- Contact:
Code: Select all
INS-ERT INTO table(col1, col2) VALUES('val1', 'val2');