Re: [PHP] I need answers for the questions

2003-11-18 Thread RT
On Tue, 2003-11-18 at 23:55, Greg Donald wrote: > On Tue, 18 Nov 2003, Ryan Thompson wrote: > > >What you can't find at php.net/manual/en you can find on google. But I have a > >question for you. Correct me if I'm wrong but isn't a subnet mask of > >255.255.248.0 invalid??? I thought it had

Re: [PHP] I need answers for the questions

2003-11-18 Thread Greg Donald
On Tue, 18 Nov 2003, Ryan Thompson wrote: >What you can't find at php.net/manual/en you can find on google. But I have a >question for you. Correct me if I'm wrong but isn't a subnet mask of >255.255.248.0 invalid??? I thought it had to be 255's and 0's. Umm.. no. For a given network, say

Re: [PHP] I need answers for the questions

2003-11-18 Thread Ryan Thompson
On Tuesday 18 November 2003 02:12, Arivazhagi Govindarajan wrote: > PHP Questions > > 1. Explain about session management and cookies ? In PHP how we can > maintain a session > > 2. What is HTTP tunneling > > 3. How to enable PHP in Apache server manually? > > 4. When we upload a file using ta

Re: [PHP] I need answers for the questions

2003-11-18 Thread David T-G
Wouter, et al -- ...and then Wouter van Vliet said... % % > -Oorspronkelijk bericht- % > Van: John Nichel [mailto:[EMAIL PROTECTED] % > % > Arivazhagi Govindarajan wrote: % > >PHP Questions % > > % > > 1. Explain about session management and cookies ? In PHP how we can % > > maintain

RE: [PHP] I need answers for the questions

2003-11-18 Thread chris . neale
, use your initiative. C -Original Message- From: Arivazhagi Govindarajan [mailto:[EMAIL PROTECTED] Sent: 18 November 2003 07:12 To: [EMAIL PROTECTED] Subject: [PHP] I need answers for the questions PHP Questions 1. Explain about session management and cookies ? In PHP how we can m

RE: [PHP] I need answers for the questions

2003-11-18 Thread Wouter van Vliet
> -Oorspronkelijk bericht- > Van: John Nichel [mailto:[EMAIL PROTECTED] > > Arivazhagi Govindarajan wrote: > >PHP Questions > > > > 1. Explain about session management and cookies ? In PHP how we can > > maintain a session While writing PHP code you put your body in risk of getting "wo

Re: [PHP] I need answers for the questions

2003-11-18 Thread John Nichel
Arivazhagi Govindarajan wrote: PHP Questions 1. Explain about session management and cookies ? In PHP how we can maintain a session 2. What is HTTP tunneling 3. How to enable PHP in Apache server manually? 4. When we upload a file using tag of the type FILE what are global variables becom

Re: [PHP] I need answers for the questions

2003-11-18 Thread Henrik Hudson
On Tuesday 18 November 2003 01:12, "Arivazhagi Govindarajan" <[EMAIL PROTECTED]> sent a missive stating: > PHP Questions > > 1. Explain about session management and cookies ? In PHP how we can > maintain a session http://us3.php.net/session > 3. How to enable PHP in Apache server manually?

[PHP] I need answers for the questions

2003-11-18 Thread Arivazhagi Govindarajan
PHP Questions 1. Explain about session management and cookies ? In PHP how we can maintain a session 2. What is HTTP tunneling 3. How to enable PHP in Apache server manually? 4. When we upload a file using tag of the type FILE what are global variables become available for use in PHP 5.