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 is true about the singleton design pattern?
Do you know how to get the ip address of the client?
What is the difference between $var and $$var?
What is the importance of php?
Which function Returns the time of sunrise for a given day / location in PHP.
What is explode() in php?
Why is php so popular?
Write the statements that are used to connect php with mysql
What is the purpose of pear in php?
What is uniqid php?
Is it possible to submit a form with a dedicated button?
Can I include php in javascript?
What is the meaning of die in php?
What is the use of isset() in php?
What is the difference between the include() and require() functions?