[PHP] PHP Syntax question.

2001-08-31 Thread Erols
Sorry for my ignorance. I just saw some PHP syntax that I am not aware of. Could someone please shed some light on this. What is the purpose of the @ in the following call to the PHP mail method? @mail( /* some parameters */ ); If I remove the @, then php compiler complains. Thank you in

Re: [PHP] begginer needs help

2001-08-30 Thread Erols
Sure, you can test PHP code without running any servers. Run PHP as follows: php.exe my_test.php - Original Message - From: Nikola Veber [EMAIL PROTECTED] To: php forum [EMAIL PROTECTED] Sent: Thursday, August 30, 2001 12:18 PM Subject: [PHP] begginer needs help I have been doing