[PHP-WIN] Re: Passing and array in a query string

2002-02-20 Thread Sanduhr
try serialize() and unserialize() "Quincy" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... : I want to find out if it is possible to pass an entire array via a query : string using php? : : -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, v

[PHP-WIN] Re: Run string as PHP code

2002-02-20 Thread Sanduhr
http://www.php.net/manual/en/function.exec.php or put it between ``-quotes. "Nicole Amashta" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... : Can someone tell me the function to run a string as php code? : : I know there is a function, but I can't for the lif