Is your login page a real HTML page? In that case you could use PEAR's
HTTP_Client package to do the login and move on.

http://pear.php.net/package/HTTP_Client

On Fri, 9 Jul 2004 10:17:25 -0600, Gunter Sammet
<[EMAIL PROTECTED]> wrote:
> I tried that before manually with %40 and it didn't work. It's now valid but
> Apache seems to not recognize the login credentials and sends me to the
> login page. And that's the one I need to skip.
> 
> Thanks!
> 
> G.
> 
> "Justin Patrin" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Try using urlencode on the e-mail address.
> >
> > On Thu, 8 Jul 2004 23:30:33 -0600, Gunter Sammet
> > <[EMAIL PROTECTED]> wrote:
> > > Hi all:
> > > Tried to use fopen like this:
> > >
> > > fopen([EMAIL PROTECTED]:[EMAIL PROTECTED]);
> > >
> > > Didn't work and I couldn't find anything out on the search engines.
> > >
> > > Any suggestions how to get this working?
> > >
> > > TIA
> > >
> > > Gunter
> > >
> > > --
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> > >
> > >
> > >
> > >
> >
> >
> > --
> > DB_DataObject_FormBuilder - The database at your fingertips
> > http://pear.php.net/package/DB_DataObject_FormBuilder
> >
> > paperCrane --Justin Patrin--
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
> !DSPAM:40eec33d305441786320709!
> 
> 


-- 
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder

paperCrane --Justin Patrin--

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to