[PHP] Error messages

2002-05-07 Thread Ferry van Steen
Hey there, I just came across a really busy site due to the murder on Pim Fortuyn in the Netherlands. Anyways, this site gives a really nice error message. I put it below. Is this a PHP function/mode/config option or where these things written by the people who maintain PHP on that site? It look

RE: [PHP] Hashes in strings

2002-05-02 Thread Ferry van Steen
Thanks for the replies peoples :-) -Original Message- From: Ford, Mike [LSS] [mailto:[EMAIL PROTECTED]] Sent: donderdag 2 mei 2002 11:13 To: 'Ferry van Steen'; [EMAIL PROTECTED] Subject: RE: [PHP] Hashes in strings > -Original Message- > From: Ferry van Stee

[PHP] Hashes in strings

2002-05-02 Thread Ferry van Steen
Hey there, why do these work: $vars = "vars"; $ar[0] = "arrays"; $hash['vars'] = "hashes"; str = "I can use $vars in strings"; str = "I can use $ar[0] in string"; while this one doesn't: str = "I can NOT use $hash['vars'] in strings"; Kind regards -- PHP General Mailing List (http://www.php.