How can php and html interact?



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

Post New Answer

More PHP Interview Questions

What is the difference between php and javascript?

1 Answers  


What is difference between echo and print_r in php?

1 Answers  


How do you identify independent and dependent variables in regression analysis?

1 Answers  


How do you end php?

1 Answers  


Why and where do we use htaccess?

1 Answers  


What is $_ get in php?

1 Answers  


how can attached a file to a mail and attached a resume to a mail and received in id

0 Answers  


How can you send http header to the client in php?

1 Answers  


Explain the installation of PHP on UNIX systems?

1 Answers  


What is php sequence?

1 Answers  


What does a dependant variable mean?

1 Answers  


What is composer phar?

1 Answers  


Categories