Re: [PHP] convert hidden form to get url

2004-12-20 Thread Matt M.
> 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

Re: [PHP] convert hidden form to get url

2004-12-20 Thread Richard Lynch
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

RE: [PHP] convert hidden form to get url

2004-12-20 Thread Martin Reeves
--- 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

Re: [PHP] convert hidden form to get url

2004-12-20 Thread Matt M.
> 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=