> Sorry for not been clear. The snippet of html is code I am getting
> dynamically using curl from another website. I want to then convert that
> html code into a url like
> http://www.somewebsite.co.uk/Availability?NUM_OF_ADTS=1&CABIN=E&B1_DAY=27.
you need something to parse the html, I found th
Martin Reeves wrote:
> Anyone got any suggestions on the best way to convert the snippet of code
> below (which I'm dynamically collecting from another website) to a get url
> (i.e.
> http://www.somewebsite.co.uk/Availability?NUM_OF_ADTS=1&CABIN=E&B1_DAY=27
> )
>
> http://www.somewebsite.co.uk/Avai
---
From: Matt M. [mailto:[EMAIL PROTECTED]
Sent: 20 December 2004 16:09
To: Martin Reeves
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] convert hidden form to get url
> Anyone got any suggestions on the best way to convert the snippet of
> code below (which I'm dynamically collecting from
> Anyone got any suggestions on the best way to convert the snippet of code
> below (which I'm dynamically collecting from another website) to a get url
> (i.e.
> http://www.somewebsite.co.uk/Availability?NUM_OF_ADTS=1&CABIN=E&B1_DAY=27 )
>
> http://www.somewebsite.co.uk/Availability.cgi"; method=
4 matches
Mail list logo