Re: [PHP] Hashes in strings

2002-05-02 Thread Markus Mirsberger
Hi, I would suggest not to use $hash[var1][var2] instead of $hash['var1']['var2'] because afaik php will think u mean two constants ( var1 and var2 ). Just if it doesnt find these constants it will use them as $hash['var1']['var2']. Markus Mirsb

[PHP] Re: Newbie question about PHP and Oracle

2002-05-28 Thread Markus Mirsberger
sultset in an associative array called $row. take a look at the oci-functions in the manual for the different flags u can set. regards markus mirsberger "Michael Sweeney" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > a VERY ne