[PHP-WIN] HTTP_SERVER_VARS

2001-10-13 Thread Steen Rabøl
Hi If you run php on IIS as ISAPI, then you access to $HTTP_SERVER_VARS, but if you run php as CGI you don't, how can I get $HTTP_SERVER_VARS working when running php as CGI? Thanks on advance Steen

[PHP-WIN] ARRAY

2001-10-13 Thread serkan
Hi all, Say I have a multid. array $characters(see below). My question is how I = can add the array $first to array $characters. At the end I gotta have 4 = arrays in my multid. array $characters. Is this possible ??? $characters =3D array ( array(name=3D> "bob",

[PHP-WIN] Multidimensial Array !!!!!

2001-10-13 Thread serkan
Hi all, Say I have a multid. array $characters(see below). My question is how I = can add the array $first to array $characters. At the end I gotta have 4 = arrays in my multid. array $characters. Is this possible ??? $characters = array ( array(name= "bob", oup

[PHP-WIN] Error on IIS5

2001-10-13 Thread Markus A. Regli
Hello there! I just installed PHP to use IIS 5 (Win2kPro). But all the times I want to start a php-Script in a Browser (Mozilla5, IE5.5) there is an error coming, which says: ...The memory could not be read. What's wrong?? Could somebody help me? Thanks & regards Markus -- PHP Windows Mai

[PHP-WIN] Installing CURL

2001-10-13 Thread Predrag Supurovic
I cannot use curl libraru with wondows PHP. It always reports error: PHP Warning: Unable to load dynamic library 'c:\php\extensions\php_curl.dll' - One of the library files needed to run this application cannot be found. in Unknown on line 0 dll islocated where it should be, other dlls are in

php-windows Digest 13 Oct 2001 18:05:10 -0000 Issue 803

2001-10-13 Thread php-windows-digest-help
php-windows Digest 13 Oct 2001 18:05:10 - Issue 803 Topics (messages 9832 through 9836): HTTP_SERVER_VARS 9832 by: Steen Rabøl ARRAY 9833 by: serkan Multidimensial Array ! 9834 by: serkan Error on IIS5 9835 by: Markus A. Regli Installing CURL

[PHP-WIN] How do I obtain the client's IP?

2001-10-13 Thread ChriS
How can I obtain the client's IP address in PHP? I'm trying to migrate from IIS/ASP to Apache & PHP and need something similar to ASP's servervariables' collection? (HTTP_REMOTE_ADDR) Chris [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

Re: [PHP-WIN] How do I obtain the client's IP?

2001-10-13 Thread DL Neil
> How can I obtain the client's IP address in PHP? I'm trying to migrate from > IIS/ASP to Apache & PHP and need something similar to ASP's servervariables' > collection? (HTTP_REMOTE_ADDR) Chris, PHP's environment variables offer a "REMOTE_ADDR" value and "HTTP_SERVER_VARS["REMOTE_ADDR"]". Th

[PHP-WIN] Re: gif support trouble

2001-10-13 Thread Rense Klinkenberg
"Mates" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hi, > > i'm getting the following error message: > > ImageGif: No GIF support in this PHP build in Since GIF contains some copyrighted / pattented encoding, it can not frrely be distributed in Americ