Your problem is the paren's

echo "'some text' $aFunction 'some more text'";


You need double quotes for the entire string, but single quotes around
the text so it knows it is text.  


Alicia Riggs
Professional Services Group
Senior Web Development Engineer
214-550-7452


-----Original Message-----
From: Blake Schroeder [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 24, 2004 4:45 PM
To: PHP List
Subject: [PHP] a stupid question


Hey

I cant figureout the syntax please help

echo "Some text".aFunction()."some more text";

The function is not working.

Thanks

-B

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

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

Reply via email to