Perhaps using: $ret = aFunction(); var_dump($ret);
Then you'll see if aFunction() is returning anything. Dave On Thu, 24 Jun 2004 16:48:18 -0500, Matt Matijevich <[EMAIL PROTECTED]> 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 > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

