Re: [PHP] Hi - newbie questions...

2002-01-31 Thread Miles Thompson
At 02:14 PM 1/31/2002 -0500, Michael Kimsal wrote: >>>4th >>>sessions, can they be accessed from an asp script and the other way round? >> >>No, they cannot. They are specific to PHP. > > >not directly, but an ASP script on the same domain should be able to read >the cookie storing the session I

Re: [PHP] Hi - newbie questions...

2002-01-31 Thread Michael Kimsal
Miles Thompson wrote: >> 3rd >> does php have application like asp?? > > > Well, PHP is essentially an application like asp in that it parses a > script which normally has a .php extension and either executes commands > embedded within it or echoes HTML. The output from a PHP script is > str

Re: [PHP] Hi - newbie questions...

2002-01-31 Thread Miles Thompson
You've got an interesting mix of PHP and HTML questions, and some reading will be required. At 01:56 AM 1/31/2002 +0100, Pafo wrote: >1st >How to start a cookie/how to delete a cookie and how to change/retrive >information from it Search Netscape's site for something like "developer cookie"

[PHP] Hi - newbie questions...

2002-01-31 Thread Pafo
1st How to start a cookie/how to delete a cookie and how to change/retrive information from it 2nd How to start a session/how to delete a session and how to change/retrive information from it 3rd does php have application like asp?? 4th sessions, can they be accessed from an asp script