|
Posted by Erwin Moller on 11/04/05 16:06
laredotornado@zipmail.com wrote:
> 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
>
> How can I do this?
>
> Thanks, - Dave
Hi Dave,
Looks fine to me.
What is your problem?
What does it produce that you didn't expect?
Does $LTON have a value?
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|