Can anyone help me understand why this code is not deleting the row from the MS SQL db like it should.
<? ... $query = "DELETE FROM users WHERE user = '$user'"; $result = @ mssql_query($query) or die("Unable to delete user"); if($result >= 0) echo "User successfully deleted.<br>\n"; ... ?> I am running PHP 4.1.2 binary on Windows NT 4.0 with MS SQL Server 2000 running on Windows 2000. -- Joshua E Minnie/CIO [EMAIL PROTECTED] Phone: 616.276.9690 Fax: 616.342.8750 Nextel: 616.862.2847 "Don't work for recognition, but always do work worthy of recognition." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php