On 04/04/2003 7:06 PM, Daevid Vincent ([EMAIL PROTECTED]) wrote:

> Here, try this bullshit...

Try this. Change this line:

echo "<TD>".alarmLightMySQL()."</TD>";

to this, and you will get the expected result:

echo "<TD>",alarmLightMySQL(),"</TD>";

It appears that one cannot concatenate a string with a function.

Pablo


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to