Monday, November 10, 2008

Question: What is difference between PHP and HTML?

Question: What is difference between PHP and HTML? Answer:
HTML files are requested by browser‚ and returned by server. PHP files are requested by browser‚ and executed by the server to output a plain HTML that is returned to the browser.

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...