* Thus wrote Paul Fitz ([EMAIL PROTECTED]): > > Hi All, Hello.
> > I have tried the bellow with no success > (firstly I use a form in one of PHP pages gathering the same $_POST variable > names as the .aspx form, then send it to the below action page)- > I have also tried sending the variables as $_GET. > > I have a feeling I may have to use the CURL library here? Any suggestions > are greatly appreciated. Yes, curl would make your life a whole lot easier. > <?php > > // Post variables already collected, now do this action > > $url = > "http://adsl-wholesale.datafast.net.au/EndUser/ADSLAvailability.aspx"; > $file = fopen ($url, "r"); The POST vars don't get sent to the webpage your retrieving from your php script. HTH, Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php