* Thus wrote Blake Schroeder:
> Hey
> 
> I cant figureout the syntax please help
> 
> echo "Some text".aFunction()."some more text";
> 
> The function is not working.

For future reference, to make you're post not a stupid question it
would look more like:

<snip>
Subject: Calling a function between strings

I have some code that looks like this:
  echo "Some Text".aFunction()."some more text";

I keep getting the output like this:
  Text From function Some Textsomemore text
 

And I can't figure out why it keeps doing that.

</snip>

That will:
  1. let people know what the topic is before reading the mail.
  2. Prevent everyone <dark>stabbing</dark> at what is wrong.


Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

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

Reply via email to