Hi all, I am having a bit of a problem, and was wondering if you could help?
Here's the sample code (very simple) <?php $xyz = "Hello World"; echo "<form><input type=test size=25 value=$xyz></form>"; ?> The text box shows up with "Hello" NOT "Hello World". How do I get the entire variable? Thanks for your help, Jay