Re: [PHP] Re: session-problem

2003-09-01 Thread Juerg Zgraggen
:-) cool thank you! is any "$_"-variable superglobal? $_REQUEST, $_POST, ...? cheers, jazper "Curt Zirzow" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > * Thus wrote Juerg Zgraggen ([EMAIL PROTECTED]): > > Probably i got the problem.

[PHP] Re: session-problem

2003-09-01 Thread Juerg Zgraggen
uctor?? regards, jazper "Juerg Zgraggen" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > hi > > got a big session-problem and i have no idea what i'm doing wrong... > > i have quite a big web-app and i tried to upgrade the code. > ex:

[PHP] session-problem

2003-09-01 Thread Juerg Zgraggen
hi got a big session-problem and i have no idea what i'm doing wrong... i have quite a big web-app and i tried to upgrade the code. ex: $frm_id to$_POST['frm_id'] and$HTTP_SESSION_VAR['myId'] to $_SESSION['myId'] ... ect... i changed the register_globals = Off in the php.ini

[PHP] exec for EXE with arguments

2003-07-08 Thread Juerg Zgraggen
hi i'd like to call an exe with several parameters like this: the parameter -name= must have quotes from beginning til end because of the Spaces between. C:/Programme/Apache Group/Apache2/htdocs/myexe.exe -action=add -name="My Own Task" so i tried this in PHP... but it dows not work! It on

[PHP] question about interaction between own state information...

2003-01-25 Thread Juerg Zgraggen
hi question about interaction between own state information... my problem is very simple: i have an object with a class-member-function which writes a file of about 2MB. the duration of this function is quite long. thats why i'd like to have display informations in a pop-up. for that reason i mad

[PHP] session_name() - Question

2002-11-28 Thread Juerg Zgraggen
hi i have the following script: Session START"; $HTTP_SESSION_VARS["mctini"] = parse_ini_file("mct.ini", true);; print_r($HTTP_SESSION_VARS["mctini"]); ?> everytime i reload the page, a new session will be generated! i do not want