[PHP-DB] PHPSESSID how to append and access

2006-05-25 Thread Girish Agarwal
Hi All, I am using header("Location: http://dv-medical/phpscripts/test.php";) function to hop from one Page to Another in My Web Application My Problem is I have been unable to get the exact syntax to append the Session ID to the URL specified in the header so that it is available

[PHP-DB] Inserting Data into MySQL database

2006-06-15 Thread Girish Agarwal
Hi All, I have a table in mySQL database 5.0 the structure of which is as follows ssno INT 9, lname VARCHAR(15) NOT NULL, fname VARCHAR(15) NOT NULL, I am inserting the values using $query = "insert into student (ssno,lname,fname) VALUES ('".$stud

[PHP-DB] mysqli_commit and mysqli_rollback

2006-08-21 Thread Girish Agarwal
Hi All, I have encountered problems where in the middle of a transaction if there is a revoke or grant command and if that fails and if the mysqli_rollback function is called it has no effect. Could it be that transactions have no effect on grant/revoke commands as they don't ha