Hi,
I noticed in php.ini there was a setion for debugger, I tried enabling this
and connecting to the specified port, but no joy.
Anyone know how to get this working ?
Pete
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-
Hi,
I'm trying to add all elements in $HTTP_POST_VARS into my $FormData array
which I have is a session variable.
This works fine unless I have an element of $HTTP_POST_VARS which is an
array.
eg if I have $HTTP_POST_VARS['Array'] then this doesnt work as my
$FormData['Array'] is no longer an ar
hello,
I have a Session variable $Stage which I want to update (increment by 1)when
my form submit button is pressed.
how can I update this session variable ?
I dont want to update it at the start of the script, because if the Reload
button is pressed, it will keep updating it and it will mess u
Hi,
I'm using sessions and everytime my script is called, I want to add all
elements of $HTTP_POST_VARS to my $HTTP_SESSION_VARS
so that I can access them throughout the session.
I cant seem to get this working. This is what I have:
session_start();
while ( list($name,$value) = each($HTTP_POST_
4 matches
Mail list logo