Search found 2 matches

by hipgecko
Sat Sep 28, 2002 12:56 am
Forum: Databases
Topic: attempting to insert row into file
Replies: 2
Views: 861

ooops

after readying the reply, then checking my code, all i could do is go :o thanks for pointing out the extra INSERT statement... i was so focused on the double quotes, single quotes, etc... that i completely missed that! it's working now, and the error message thingy helped too! thanks a bunch!!! fyi....
by hipgecko
Fri Sep 27, 2002 12:21 am
Forum: Databases
Topic: attempting to insert row into file
Replies: 2
Views: 861

attempting to insert row into file

here's my code $query = "INSERT INSERT INTO 'calendar' ('number', 'date', 'time', 'title', 'details', 'user', 'timestamp') VALUES ('0', '".$date."', '".$time."', '".$title."', '".$details."', '".$user."', '".$timestamp."')"; $resu...