> I'm working on a page where i need to grab a page and pull it > down and pass authentication information. Anyone know the best > way to do that in PHP :) I'm gonna start digging through the > book just figured i'd ask here first
I'm no PHP expert, and I don't know if this is the best way, but I'm pretty sure that PHP 4.x supports cURL, which lets you do all that kind of stuff: http://curl.haxx.se/ http://www.php.net/manual/en/ref.curl.php Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

