Re: [PHP] Passing Credentials

2006-02-03 Thread Richard Lynch
On Mon, January 30, 2006 12:43 pm, News1 wrote: > I would prefer to have to log into my server and from there have these > credentials passed along to the web cameras. http://php.net/curl -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscri

RE: [PHP] Passing Credentials

2006-02-01 Thread Albert
News1 wrote: > Thanks for all of the input! I have tried a new tactic, using CURL. I've > had some success with grabbing a web page, but when I try to pass > credentials, I get an error. I tried following examples from various > sites (which all had different implementations), but I was unsucce

RE: [PHP] Passing Credentials

2006-02-01 Thread News1
get the following error: Parse error: parse error in /var/www/html/sess6.php on line 8 If anyone has a suggestion, I would greatly appreciate it. Thanks! -Original Message- From: David Tulloh [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 6:59 PM To: News1 Cc: php-general@lists.ph

Re: [PHP] Passing Credentials

2006-01-31 Thread Barry
David Tulloh wrote: You want to use sessions, they allow you to store information such as login details between requests. Have a look at a simple tutorial, like this Zend one. http://www.zend.com/php/beginners/php101-10.php News1 wrote: Rory, Thanks for the feedback -- I will try to be clea

Re: [PHP] Passing Credentials

2006-01-30 Thread David Tulloh
You want to use sessions, they allow you to store information such as login details between requests. Have a look at a simple tutorial, like this Zend one. http://www.zend.com/php/beginners/php101-10.php News1 wrote: > Rory, > > Thanks for the feedback -- I will try to be clearer. > > Yes, I w

Re: [PHP] Passing Credentials

2006-01-30 Thread Rory Browne
dentials. > > Thanks again! I hope this is clearer. > > -Original Message- > From: Rory Browne [mailto:[EMAIL PROTECTED] > Sent: Monday, January 30, 2006 5:28 PM > To: News1 > Cc: php-general@lists.php.net > Subject: Re: [PHP] Passing Credentials > > You're s

RE: [PHP] Passing Credentials

2006-01-30 Thread News1
Cc: php-general@lists.php.net Subject: Re: [PHP] Passing Credentials You're still not being very clear. On 1/30/06, News1 <[EMAIL PROTECTED]> wrote: > Hi. I asked a similar question last, week, but I don't think I asked it > correctly. What I am trying to do is to web

Re: [PHP] Passing Credentials

2006-01-30 Thread Rory Browne
You're still not being very clear. On 1/30/06, News1 <[EMAIL PROTECTED]> wrote: > Hi. I asked a similar question last, week, but I don't think I asked it > correctly. What I am trying to do is to web into a web server that I > control (no problem here). Web into a web server? > However, from