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
What is psr in php?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
What is a controller in programming?
Is age a variable in research?
What is the advantage of runtime polymorphism?
What is user defined function in php?
How to call a php function from html button?
What is php written in?
How can we calculate the similarity between two strings?
What is the basic function to search files for lines (or other units of text) that contain a pattern.
What is use of mysqli_query in php?
What does the unset() function mean?
How can we determine whether a php variable is an instantiated object of a certain class?
What is php explain how php works?
How can you make a connection with mysql server using php?