PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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.
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.