MySQL Forums
Forum List  »  Docs

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

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!!

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: The Session variable issue in mysql select statement
3409
April 23, 2010 07:36PM


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.