php-windows | 2003032
Date: 03/17/03
- Next message: Bob Hall: "Re: [PHP-WIN] RE:[newbie]session problem"
- Previous message: Robert Smith: "[PHP-WIN] Re: PHP 4.3.1 and Curl"
- Next in thread: Bob Hall: "Re: [PHP-WIN] RE:[newbie]session problem"
- Reply: Bob Hall: "Re: [PHP-WIN] RE:[newbie]session problem"
- Reply: toby z: "Re: [PHP-WIN] RE:[newbie]session problem"
- Maybe reply: Bobby Rahman: "Re: [PHP-WIN] RE:[newbie]session problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hiya,
Im running php4.2.3 on Win98 and apache 2.0.43.
I am having troubles passing variables from page to page.
I try to use:
session_start();
session_register("test");
when echo $test on a different page it seems to be empty
when not called from within the page originally created.
I have session_start() on every page at the start just under the php syntax
<? and also register the variables which I want global.
I have edited the php.ini to set the session.save_path = "C:/windows/temp"
and also have global variables set on
Any suggestions to what it may be as it doesnt seem to produce any errors.
Thanks
_________________________________________________________________
Express yourself with cool emoticons http://messenger.msn.co.uk
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Bob Hall: "Re: [PHP-WIN] RE:[newbie]session problem"
- Previous message: Robert Smith: "[PHP-WIN] Re: PHP 4.3.1 and Curl"
- Next in thread: Bob Hall: "Re: [PHP-WIN] RE:[newbie]session problem"
- Reply: Bob Hall: "Re: [PHP-WIN] RE:[newbie]session problem"
- Reply: toby z: "Re: [PHP-WIN] RE:[newbie]session problem"
- Maybe reply: Bobby Rahman: "Re: [PHP-WIN] RE:[newbie]session problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

