01-11-2012, 07:39 AM
|
#3 (permalink)
|
|
The Acquainted
Join Date: Nov 2009
Location: nr Stratford-Upon-Avon
Posts: 137
Thanks: 3
|
Try :
Code:
if(!$result){
echo "Error with update : " . mysql_error();
die();
}else{
echo "Successful";
echo "<BR>";
echo "<a href='mot_edit.php'> View result</a>";
}
}
__________________
Thanks... Simon
Sex, Drugs & Linux Rules
|
|
|