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


Please Help Members By Posting Answers For Below Questions

How does php work with apache?

517


How are cookies created?

542


What is 'float' property in css?

582


What are the difference between array_keys() and array_key_exists() in php?

535


What is the difference between echo, print and printf()?

493






How can we encrypt the password using php?

545


Explain the syntax for ‘foreach’ loop with example.

494


How many days will it take to learn php?

527


What is php7?

620


Is ruby on rails php?

502


What are examples of independent and dependent variables?

489


How can i execute PHP File using Command Line?

526


What is the difference between explode() and split() functions?

496


Is php object oriented?

502


Which function is used in php to search a particular value in an array?

502