using php to call a web page

A

Anonymous

Guest
Hello

I am new to php (but pretty familiar with C, C++ and C#) and have little experience with Web Development in general.

I would like to write a little php script to access a web page (a vendor web page), provide values for the input field and on responf back, I would like to grab reponse information (pricing) from the web page sent back.

Any suggestion on how to do this. I would appreciate hists on where to look for additional references.

Thanks
 
best thing would be to use curl

http://www.php.net/curl
 
Back
Top