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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: j_cerezo at teleline dot es
New email:
PHP Version: OS:

 

 [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

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: Sat Sep 07 23:01:27 2024 UTC