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 some amateur web-design by now, but I decided to learn
> something like php. I was wondering if there is a way to test php code
without a
> server(on local computer).
>
> Thanx in advance
>
> Nikola Veber
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 advance.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]