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
Which php framework is best for web development?
What is nginx and what is it used for?
What is the use of anonymous function in php?
What are different types of runtime errors in php?
Explain preg_Match and preg_replace?
What is the difference between == and === operator in PHP?
Is array a key php?
Is laravel frontend or backend?
What is the method to register a variable into a session?
What is artisan in php?
What are arguments in php?
How can we submit from without a submit button?
Write a program to find a string is palindrome or not?
Tell me how to get the value of current session id?
What language is similar to php?