Of course you can concatenate a string with a function! It works perfectly for me.

Pablo wrote:

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





-- The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law.




Reply via email to