view specific id record issue
Moderator: General Moderators
Re: view specific id record issue
Have you checked the value of $_SESSION['user']?
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: view specific id record issue
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>";(#10850)