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 mysqli_real_escape_string?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
Is python similar to php?
What are soundex() and metaphone() functions in php?
Why should I store logs in a database rather than a file?
what is difference between PHP4 , PHP5
What is the use of mysql_real_escape_string() function?
How do I sort numbers in php?
What is php compared to html?
How does php serialize work?
What are advantages of .htaccess?
When to use get and post request?
What is the difference between md5(), crc32() and sha1() crypto on php?
Tell me will a comparison of an integer 12 and a string "13" work in php?
List few sensible functions in PHP?