${varable}ABC



-----Original Message-----
From: Leif K-Brooks [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 22, 2002 5:21 PM
To: Rick Emery
Subject: Re: [PHP] Variable problem


on 3/22/02 6:18 PM, Rick Emery at [EMAIL PROTECTED] wrote:



show your code

-----Original Message-----
From: Leif K-Brooks [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 22, 2002 5:18 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Variable problem


I have a variable name in a print <<< END and then some text after it.  The
thing is, php thinks that the text is part of the variable name, which makes
the variable, and the text after it, not show up.  But, if I put a space, it
makes my html not work right.  Any ideas?




It's something like this:
print <<< END
$varableABC
END;


Reply via email to