how to include external php file in to html page?
Answer Posted / kesavan
you can include by using <iframe> like below this
<iframe src="external.php"></iframe>
you can get the output of the external.php in this iframe.
| Is This Answer Correct ? | 38 Yes | 16 No |
Post New Answer View All Answers
Explain the difference between mysql_connect and mysql_pconnect?
How you can update memcached when you make changes to php?
Can we run php on tomcat server?
Why do we use in php?
What is csrf token in php?
Write down the code for save an uploaded file in php.
What is the use of print_r function in php?
What is the difference between public, protected and private?
What Is a Persistent Cookie?
What software is required to run php?
What is the importance of "method" attribute in a html form?
How can you send email in php?
How check submit button is clicked in php?
What are headers in php?
What is difference between get and post?