How can php and html interact?
Answer / Jahid Khan
PHP and HTML can interact through a process called server-side scripting. PHP code is embedded inside an HTML document, usually between `<?php` and `?>` tags. When the HTML page is loaded in a browser, the PHP code is processed by the server, and the resulting output is sent to the browser as HTML.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between php and javascript?
What is difference between echo and print_r in php?
How do you identify independent and dependent variables in regression analysis?
How do you end php?
Why and where do we use htaccess?
What is $_ get in php?
how can attached a file to a mail and attached a resume to a mail and received in id
How can you send http header to the client in php?
Explain the installation of PHP on UNIX systems?
What is php sequence?
What does a dependant variable mean?
What is composer phar?