Page 1 of 1
extention issues...
Posted: Fri May 09, 2003 2:23 pm
by JBright
I'm beginning coding with PHP, the issues I'm having consist of the extentions. Why is it that when I name a file .php4 my scripts don't seem to work. Although when I switch back to .php it produces the work or at least an error guiding me in the correct direction. Thanks for your time.
Posted: Fri May 09, 2003 3:31 pm
by twigletmac
It's because if you want to use a .php4 extension for your files then you need to setup your webserver to recognise these as PHP files - by default it's normally just .php that is setup.
Mac
Posted: Fri May 09, 2003 5:27 pm
by JBright
So either way though one can still take advantage of php v4 with both file extentions?
Posted: Sat May 10, 2003 11:52 am
by twigletmac
JBright wrote:So either way though one can still take advantage of php v4 with both file extentions?
If you setup your webserver to recognise the non-standard php4 extension.
Mac