Hello,
I have strings on my page of the form
param1=abcd&age ncy_id=1234&par am2=dex
I want to write a PHP expression to take strings similar to the above,
and output
param1=abcd&age ncy_id=<?php echo $LTON; ?>¶m2=dex
How can I do this?
Thanks, - Dave
I have strings on my page of the form
param1=abcd&age ncy_id=1234&par am2=dex
I want to write a PHP expression to take strings similar to the above,
and output
param1=abcd&age ncy_id=<?php echo $LTON; ?>¶m2=dex
How can I do this?
Thanks, - Dave
Comment