> I getting dificulties with an updating records procedure: like I have an
> Auto-Increment field I try to use the REPLACE (but without the the
> auto-increment I tried also UPDATE). I checked also the variables with
> an echo, and also all the usual things I could imagine...

What goes wrong?...

#> $sql_result = mysql_query($sql,$connect) or die ("Couldn't update!");
$sql_result = mysql_query($sql,$connect) or die(mysql_error());

-- 
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to