Re: [PHP-WIN] New Windows user having trouble with Apache and PHP

2005-02-07 Thread Jennifer S.
If you are pointing your browser to http://localhost/phpinfo.php you are probably looking at IIS since you said a few line up that you changed the Apache port ot 8080. Maybe you should try http://localhost:8080/phpinfo.php, if, indeed, you have a file called phpinfo.php in your web server root. Ch

Re: [PHP-WIN] Session Variables Problem (Missing)

2004-01-10 Thread Jennifer S.
Hi, Seems to work OK. I consistently got the same session ID I am in a similar situation, moving all my ASP apps to PHP. I run Apache 2.0 on Win 2000 servers. I have actually traced the sessions in the PHP session data directory and found things to be working consistently and well. Are you using

RE: [PHP-WIN] looking for php debugging tips

2004-01-08 Thread Jennifer S.
Hi, This may help, depending on your preferences. Anyway, it's what I have used for some years now both on ASP and PHP development. On the server-side use a dedicated variable (eg. $dbg) to dump any value/variable you want to check/trace. On the client-side create a hidden field with the value s