| 
	
 | 
 Posted by Jerry Stuckle on 01/02/08 00:20 
Edward Hass wrote: 
> "Edward Hass" <newsacct1@magiciandb.com> wrote in message  
> news:2GUdj.606$yv5.235@trndny07... 
>> Is there a PHP equivalent to the JavaScript XMLHttpRequest function: 
>> ...... 
>> myrequest.open('POST', url, true); 
>> ....... 
>> myrequest.send(data); 
>> 
>> In other words, I'd like to get data from another web page that needs to  
>> receive input via the POST method. 
>> 
>> Thanks, 
>> Edward Hass 
> Thanks guys. . .I tried curl, and it worked fine - except that NY State  
> blocks people from using the site unless they enter through their own  
> portal. 
>  
> Public servants anyone??? 
>  
> Regards, 
> Edward Hass  
>  
>  
>  
 
Well, it's harder, but you could use cURL to enter through their portal.  
  The biggest problem would be if they require javascript. 
 
--  
================== 
Remove the "x" from my email address 
Jerry Stuckle 
JDS Computer Training Corp. 
jstucklex@attglobal.net 
==================
 
[Back to original message] 
 |