php-windows Digest 13 Oct 2001 18:05:10 -0000 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
        9836 by: Predrag Supurovic

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
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",
                  oupation=3D> "superhero",age=3D> 30),
            array(name=3D> "sir",
                  oupation=3D> "sup",age=3D> 66),
            array(name=3D> "sir",
                  oupation=3D> "sup",age=3D> 76));

This must be put in $characters .

$first=3Darray(name=3D> "Desire",
                  oupation=3D> "skolere",age=3D> 876);

Thanxx in advance

Serkan

[EMAIL PROTECTED]


--- End Message ---
--- Begin Message ---
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",
                  oupation= "superhero",age= 30),
            array(name= "sir",
                  oupation="sup",age= 66),
            array(name= "sir",
                  oupation="sup",age= 76));

Array $first must be put in multidimensial array $characters .

$first=array(name= "Desire",
                  oupation= "skolere",age= 876);

Thanxx in advance

Serkan

[EMAIL PROTECTED]

--- End Message ---
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
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 the 
same directory and are loaded with no problems.

Can anybody help me?

Pedja
--- End Message ---

Reply via email to