Re: [PHP] A basic question

2005-11-27 Thread Stephen Leaf
because the time.php is parsed by php before it's sent to the client. the time.html is not it's assumed to be a static webpage and just sent as-is to the client. On Sunday 27 November 2005 12:46, Oil Pine wrote: > Hi, > > I am new to php scripting and would like to ask you a basic question. > > C

Re: [PHP] A Basic Question!

2001-07-27 Thread Unni
Hi Hth, I just tried two programs with the same name to display echo phpinfo(). One with php3 extention and another with php extention and both brings in php 3.0.12 Is there anything else I should check? Thanks in advance. -Unni Kurt Lieber wrote: > If it's set up according to defaults, a fi

RE: [PHP] A Basic Question!

2001-07-27 Thread Kurt Lieber
If it's set up according to defaults, a file named .php will be processed by php4 and one named .php3 will be processed by php3. You can test this out by creating two files, one with a .php extension and one with a .php3 extension. Then, just place an "echo phpInfo();" in the file and you'll see