MySQL Forums
Forum List  »  Docs

Re: The Session variable issue in mysql select statement
Posted by: Adam Campbell
Date: April 23, 2010 07:39PM

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.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: The Session variable issue in mysql select statement
3173
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.