Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to include external php file in to html page?

Answer Posted / edin

Hi Sott,

only possible way is to include your PHP file above or
belowe HTML tags like

<?php include("filename.php");?>
<?php require("filename.php");?>
<?php include_once("filename.php");?>
<?php require_once("filename.php");?>

Or with inline frame
<iframe src="external.php"></iframe>

Exanple frin Sudheer is also OK, but if you want to execute
some PHP code.

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between query and question?

922


What are magic methods?

908


What is the use of isset() in php?

992


How to compare two strings with comparison operators in php?

924


What is difference between array_merge and array_combine in php?

980


Why is overriding runtime?

952


If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?

924


What is isset in php form?

979


Do you know what is the function mysql_pconnect() usefull for?

904


What does odbc do in context with php?

992


Explain how is it possible to set an infinite execution time for php script?

937


How to add comments in php?

965


What distinguishes php from something like client side java script?

990


How do you pass a variable by value in php?

956


How send email using php?

930