Can you explain a little bit more for me...
You're saying that (for example)..
instead of
1 <? print ("\"this\" is a test"); ?>
It'd be better as...
1 <?
2 $form == "this" is at test
3
4 print ($form);
5 ?>
Tried that... I get an error on line 2 (I placed the line numbers ahead for clarification).
How should I word the variable ($form) so that the quotes are left as quotes and not screwing things up? I think that's what's wrong in my original php script.
Thanks in advance,
B.