i'm loading a dynamically generated xml file like this: $xml=new DomDocument(); $xml->load("menu_render.php?menu_id=$menu_id&format=xml");The problem is that this file is in a directory that requires http authentication (via the .htpasswds file).
How could I specify the uname and pwd loading this? I'm using php5 and apache 1.3.33
thanks in advance. -jonathan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php