|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-03-09 13:27 UTC] sniper@php.net
[2002-06-18 18:21 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 21:00:01 2025 UTC |
$foo = mssql_query("DELETE FROM session WHERE ABS(DATEDIFF(hh,GETDATE(),LastUsed)) > 12",$db) or mssql_die(); Query executes succesfully? but $foo is empty and mssql_die() is called ! php.ini is a default, php4_mssql70.dll is uncommented. Error happens in both CGI and ISAPI modes.