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

discuss the issue of software theft in ghana and how it has affected the economy

2167


What is a static variable in php?

1108


How to execute an sql query? How to fetch its result?

1185


Why laravel is the best php framework in 2019?

993


How to check an element is exists in array or not in php?

1118


What is parent __construct ();?

1075


How variables are passed through arguments?

994


How to get number of days between two given dates using PHP?

945


Explain php split() function.

1046


What are the different data types in javascript?

2142


What is the use of callback in php?

1051


Should I use mysqli or pdo?

997


How to convert the first character to upper case?

1025


Describe the security vulnerability of PHP?

1087


What is encapsulation in php?

1034