Hi!
I'm fairly new to php and mysql but happily learning this.
In my latest project I want to store a error message(mysql_error) into a variable for further processing with a if-statement.
I tried a simple;
Code:
$error = mysql_error();
echo $error ;
Ok, this doesnt do anything, just wanted to check if the variable worked.
/Hylsan