Re: The Session variable issue in mysql select statement
Oh, my apologies.... it should be...
$query_rsClaim = "select ClaimID, Rego, UserID, ClaimNo FROM claim INNER JOIN users ON (users.UserID = users.UserID) WHERE
Rego = '".$_SESSION['Rego']."' AND ClaimNo = '".$_SESSION['ClaimNo']."' AND UserName = '".$_SESSION['kt_login_user']."'";
That should fix your error.
Subject
Views
Written By
Posted
7646
April 22, 2010 08:55PM
3480
April 23, 2010 07:36PM
Re: The Session variable issue in mysql select statement
3252
April 23, 2010 07:39PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.