So I should add this:
mysql_query($query) or die ('Error');
and it should work ? I'll try it when I get home.
I am aware of that mistake, yes.
[QUOTE=TyPhOn!;18356109]So I should add this:
mysql_query($query) or die ('Error');
and it should work ? I'll try it when I get home.
I am aware of that mistake, yes.[/QUOTE]
More like:
mysql_query($query) or die('Error: '.mysql_error());
Sorry, you need to Log In to post a reply to this thread.