try using the query:
$query = "INSERT INTO `user` (`Mail`,`Pass`,`Name`,`LName`,`Details`) VALUES ('sdfsdsfdf','sdf','wer','m4n','asa4sd')";
and if that doesn't work...
add
or die( 'Error: ' . mysql_error() );
to the end of the mysql_query() call and run the script again. let us know if there are any errors.
kkeith29
Nearly a Posting Virtuoso
1,357 posts since Jun 2007
Reputation Points: 235
Solved Threads: 194