> .. if mysql_db_query is what you're using.
Actually below is waht I am using...
mysql("$DBName","INSERT INTO Category VALUES('$Category','')");
After your response, I changed it to...
mysql_select_db("$DBName");
mysql_query("INSERT INTO Category VALUES('$Category','')");
Works like a charm...
I actually got another error after I made that change, but it was just
another deprecated error for another script that it looks to. Looks like I
have my work cut out for me getting this updated.
Thanks to everyone for the VERY quick and HELPFUL responses; I think I am
gonna like it here. :O)
-Robbie
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php