php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8777 Error in mssql_query
Submitted: 2001-01-18 04:25 UTC Modified: 2001-06-30 14:42 UTC
From: j_cerezo at teleline dot es Assigned:
Status: Closed Package: MSSQL related
PHP Version: 4.0.4pl1 OS: W32
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
33 + 29 = ?
Subscribe to this entry?

 
 [2001-01-18 04:25 UTC] j_cerezo at teleline dot es
for INSERT,UPDATE,DELETE

$Sql="INSERT INTO $phpAds_tbl_session (Cod_Sessions,moses_SessionID,moses_SessionData,moses_LastUpdate)VALUES ($Max,'$SessionID', '".AddSlashes(serialize($Session)) . "', ".date("YmdHis").")" ;
		if ($conn->Execute($Sql)===false){
			Connection_die("Kc_End insertando");
			$conn->close();
		}  

$con->execute all code return false forever


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-30 14:42 UTC] fmk@php.net
Update to latest version. The return value for mssql_query has been fixed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 05:01:33 2024 UTC