Forum Moderators: coopster
What are the different areas where PHP can be put to use.
Or is it only for Internet based applications.
Any information in this regard will be greatly appreciated.
Thanks in advance
Include for the header, include for the footer, include for the right column, etc...
So that for every PHP page, you call the include... And if you need to change something in the header for example, you just have to change it ONCE (and not in every HTML pages).
With an extension called PHP-GTK, you can build stand-alone GUI applications, coded in PHP.
This allows the flexibility of using tools, like ftp, without having to run a separate ftp program. Databases can be maintained without the exclusive need for phpMyAdmin or similar database management applications.