Hi Bill, As James said, the php manual is great and you can download it, but you don't get the useful comments as the online manual.
You could use it like this: <a href="nextpage.php?<?php echo strip_tags(SID); ?>">Next Page</a> or you could echo the whole lot. You may not need to pass the SID, depending on how your php is configured on the server. I think it's "session.use_trans_sid" in phpinfo(); I have to use it on my server, but maybe the more experienced can explain this better. Also, I wouldn't get into the habit of using php short tags. If you move to another server that has "short_open_tag" off, you'll have to amend everything. I started using short tags and fell into this trap. Having said all that, it looks like you have some other problem. Bob E. ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, March 27, 2006 3:58 PM Subject: Re: [php-list] The Missing Session Variable > Where would you normally insert it? Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
