Page 1 of 1

Re: view specific id record issue

Posted: Sat Nov 07, 2015 12:38 pm
by Celauran
Have you checked the value of $_SESSION['user']?

Re: view specific id record issue

Posted: Sun Nov 08, 2015 4:03 pm
by Christopher
ianhaney wrote:No I have not checked the value of that yet, how would I do that, sorry
Glad you solved the problem. A good way to display the contents of any variable is something like this:

Code: Select all

echo "<pre>" . print_r($var, 1) . "</pre>";