Re: The Session variable issue in mysql select statement
It appears as if in your select statement, you are using double quotes "" instead of single quotes ''... For example... "SELECT ClaimID, Rego, UserID, ClaimNo FROM claim INNER JOIN users ON ... Where Rego='$_SESSION[Rego]' AND ClaimNo='$_SESSION[ClaimNo]' ... etc etc etc...
I hope this helps!!
Subject
Views
Written By
Posted
7654
April 22, 2010 08:55PM
Re: The Session variable issue in mysql select statement
3483
April 23, 2010 07:36PM
3254
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.