Hi

not the () after the function name!!!!

> 
> function ShowMessage() {
>   echo "Show message...\n";
> }
> 
> How can I call the function now?
> 


echo ShowMessage();


:: Emil

---
Emil Rasmussen
http://www.noget.net

-- 
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]

Reply via email to