Re: view specific id record issue
Posted: Sat Nov 07, 2015 12:38 pm
Have you checked the value of $_SESSION['user']?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Glad you solved the problem. A good way to display the contents of any variable is something like this:ianhaney wrote:No I have not checked the value of that yet, how would I do that, sorry
Code: Select all
echo "<pre>" . print_r($var, 1) . "</pre>";