The following code works:
echo "Some text";
aFunction();
echo "Some more text";

-B


Matt Matijevich wrote:

[snip]
echo "Some text".aFunction()."some more text";
[/snip]

Have you checked to see if aFunction() is returning anything?



.




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



Reply via email to