|
Posted by laredotornado on 11/07/05 05:12
Hello,
I have strings on my page of the form
param1=abcd&agency_id=1234¶m2=dex
I want to write a PHP expression to take strings similar to the above
and output
param1=abcd&agency_id=<?php echo $LTON; ?>¶m2=dex
The tricky part is that I want the string "<?php echo $LTON; ?>" to
appear on the resulting page -- I do not want this expression to be
evaluated by the PHP interpreter. How can I do this?
Thanks, - Dave
Navigation:
[Reply to this message]
|