Monday, November 10, 2008

What is PHP?

Question: What is PHP?
Answer: * PHP stands for PHP Hypertext Preprocessor.
* PHP scripts run inside Apache server or Microsoft IIS.
* PHP and Apache server are free.
* PHP is the most used server side scripting language.
* PHP files contain PHP scripts and HTML.
* PHP files have the extension “php”‚ “php3”‚ “php4”‚ or “phtml”.

No comments:

Kubernetes in one shotcat

root@srv509172:~# cat kind1/config.yaml   kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane   image: kindest/nod...