Re: SV: [PHP] Send a cookie with a file_get_contents( ) request?

2008-08-10 Thread Per Jessen
Anders Norrbring wrote: > Thanks Per, > I think so too, I glanced it, but unfortunately I have no idea > whatsoever about *how* to do it... So, if anyone have suggestions, or > concrete examples, please do share! > > Anders. I did play around with it once, but I don't have any actual code to sha

[PHP] Re: Send a cookie with a file_get_contents( ) request?

2008-08-10 Thread Carlos Medina
Anders Norrbring schrieb: I have a web site where I use cookies to store logins, and also session cookies for users logged in. Is there a way for me to use file_get_contents() to pull content which are "behind" the login? In other words, I want to use my own log-in cookie and somehow send it with

SV: SV: [PHP] Send a cookie with a file_get_contents( ) request?

2008-08-10 Thread Anders Norrbring
> Anders Norrbring wrote: > > > Thanks Per, > > I think so too, I glanced it, but unfortunately I have no idea > > whatsoever about *how* to do it... So, if anyone have suggestions, or > > concrete examples, please do share! > > > > Anders. > > I did play around with it once, but I don't have any

Re: SV: SV: [PHP] Send a cookie with a file_get_contents( ) request?

2008-08-10 Thread Jim Lucas
Anders Norrbring wrote: Anders Norrbring wrote: Thanks Per, I think so too, I glanced it, but unfortunately I have no idea whatsoever about *how* to do it... So, if anyone have suggestions, or concrete examples, please do share! Anders. I did play around with it once, but I don't have any act

SV: SV: SV: [PHP] Send a cookie with a file_get_contents( ) request?

2008-08-10 Thread Anders Norrbring
> -Ursprungligt meddelande- > Från: Jim Lucas [mailto:[EMAIL PROTECTED] > Skickat: den 10 augusti 2008 10:56 > Till: Anders Norrbring > Kopia: 'Per Jessen'; php-general@lists.php.net > Ämne: Re: SV: SV: [PHP] Send a cookie with a file_get_contents( ) > request? > > Anders Norrbring wrote

Re: [PHP] being professional about IT. (was: An appeal to your better nature)

2008-08-10 Thread Bastien Koert
On Wed, Aug 6, 2008 at 9:38 AM, Chris Haensel <[EMAIL PROTECTED]>wrote: > > Chris Haensel wrote: > > > I never thought someone seriously would go the whole way from dev, > > test and prod servers AND use all the version control stuff. > > Oh, it's done quite a lot, I can assure you. > > > And bein

[PHP] News reader

2008-08-10 Thread Alain Roger
Hi, i tried to configure Thunderbird to read and post news on PHP.net forums. I'm able to read messages but not to post some. Does anyone already succeed in it ? Do to security reasons at work, personal email usage is strictly forbidden now so i'm not able to use gmail, yahoo or hotmail anymore.

[PHP] Re: News reader

2008-08-10 Thread Al
Alain Roger wrote: Hi, i tried to configure Thunderbird to read and post news on PHP.net forums. I'm able to read messages but not to post some. Does anyone already succeed in it ? Do to security reasons at work, personal email usage is strictly forbidden now so i'm not able to use gmail, yah

Re: [PHP] Re: News reader

2008-08-10 Thread Alain Roger
this is what i've done even at home but sending message fails everytime. even if my SMTP server is well configured :-( On Sun, Aug 10, 2008 at 8:33 PM, Al <[EMAIL PROTECTED]> wrote: > > > Alain Roger wrote: > >> Hi, >> >> i tried to configure Thunderbird to read and post news on PHP.net forums. >

Re: [PHP] Re: News reader

2008-08-10 Thread Al
Port 119? Try your ISP mail account directly. Maybe gmail is blocking you. Can you access and other newsgroups? You'd be better off working with the Thunderbird forum for this problem. It's not a php problem. Alain Roger wrote: this is what i've done even at home but sending message fails ev

Re: [PHP] Re: News reader

2008-08-10 Thread Alain Roger
yes on port 119. i do not want to use my professional email address (or SMTP settings) to send message on newsgroups. for MS, Borland, eclipse and other newsgroups servers, it works perfectly without setting a SMTP server. i do not use gmail to send message via thunderbird... i use gmail only for

Re: [PHP] Re: News reader

2008-08-10 Thread Alain R.
if i use a real email address and SMTP from my real server, it works. but not with email address [EMAIL PROTECTED] :-( Alain Roger wrote: yes on port 119. i do not want to use my professional email address (or SMTP settings) to send message on newsgroups. for MS, Borland, eclipse and other news

Re: [PHP] Re: News reader

2008-08-10 Thread Alain R.
it seems that news.php.net server is checking if address is real or a fake... at least it is checking if user's address is registered into their mailing list or if there are some keywords from filter like: fake, noemail, nospam,... now it works :-) Alain R. wrote: if i use a real email addre

Re: [PHP] how to curl

2008-08-10 Thread Nathan Nobbe
On Sat, Aug 9, 2008 at 8:11 AM, mukesh yadav <[EMAIL PROTECTED]> wrote: > >> >> remember, serverB should be speaking http. were you unable to understand >> its usage looking at the manual, >> >> > > Yes nathan i'm not able to understand how to pass the sql query can you > give me one small eg. >

SV: SV: SV: [PHP] Send a cookie with a file_get_contents( ) request?

2008-08-10 Thread Anders Norrbring
> > -Ursprungligt meddelande- > > Från: Jim Lucas [mailto:[EMAIL PROTECTED] > > Skickat: den 10 augusti 2008 10:56 > > Till: Anders Norrbring > > Kopia: 'Per Jessen'; php-general@lists.php.net > > Ämne: Re: SV: SV: [PHP] Send a cookie with a file_get_contents( ) > > request? > > > > Anders