This is starting to bug the crap out of me
Why won't this work?
All the variabels are set properly, its not giving me an error or anything.
Any ideas?
~Jeremy~
Why won't this work?
| Code: |
| $db = mysql_connect($db_host,$db_user,$db_pass);
mysql_select_db($db_name) or die("Cannot connect to database"); mysql_query("UPDATE `affs` SET `inn`= '$in' WHERE `id`=$id LIMIT 1"); mysql_close($db); |
All the variabels are set properly, its not giving me an error or anything.
Any ideas?
~Jeremy~
