Re: [PHP] fopen with login credentials being an email address

2004-07-09 Thread raditha dissanayake
Gunter Sammet wrote: Yes I had quotes. And you're right the interpretation of the URL is as you laid it out. Unfortunatelly I don't have control on the login credentials. Tried %40 to replace the @ but then it won't be accepted as a login. Thanks for your reply! You need to use CHAP authenticati

Re: [PHP] fopen with login credentials being an email address

2004-07-09 Thread Justin Patrin
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. I

Re: [PHP] fopen with login credentials being an email address

2004-07-09 Thread Gunter Sammet
Yes I had quotes. And you're right the interpretation of the URL is as you laid it out. Unfortunatelly I don't have control on the login credentials. Tried %40 to replace the @ but then it won't be accepted as a login. Thanks for your reply! G. "Curt Zirzow" <[EMAIL PROTECTED]> wrote in messa

Re: [PHP] fopen with login credentials being an email address

2004-07-09 Thread Gunter Sammet
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

Re: [PHP] fopen with login credentials being an email address

2004-07-09 Thread Justin Patrin
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 sugges

Re: [PHP] fopen with login credentials being an email address

2004-07-08 Thread Curt Zirzow
* Thus wrote Gunter Sammet: > Hi all: > Tried to use fopen like this: > > fopen([EMAIL PROTECTED]:[EMAIL PROTECTED]); I hope you have some sort of quotes around that. > > Didn't work and I couldn't find anything out on the search engines. You simply cant have @ or : in the username, it violate

[PHP] fopen with login credentials being an email address

2004-07-08 Thread Gunter Sammet
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.ne