>I am trying to put a variable within a print <<< END.  The thing is, I 
>want text directly after it - which php will include in the variable 
>name.  I have to END; and use another print $variable;.  Is there an 
>easier way to seperate the variable?

I think if you put {} around the variable, you'll get what you want...

Or, at least, it works in a regular old string.  Dunno about the Here-Doc
crapola -- Never got into it. :-)


-- 
Like Music?  http://l-i-e.com/artists.htm


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

Reply via email to