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 add file in php?



how to add file in php?..

Answer / phpdev

By using include() and require() functions we can add a file
in php..
include() and require() functions takes a file name and
simply inserts that file's contents into the script..

SYNTAX:include("filename");

Is This Answer Correct ?    9 Yes 0 No

Post New Answer

More PHP Interview Questions

Do loops php?

0 Answers  


armstrong number by using php while number is given by the keyboard.?

0 Answers  


what is PDO?

0 Answers  


What is the difference between html and php?

0 Answers  


equivalent code for the following c program in php void main() { int i=5;printf("%d",i); }

2 Answers  


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

0 Answers  


What is the difference between for and foreach?

0 Answers  


What is difference between get and post in php?

0 Answers  


Tell me what is the difference between get and post?

0 Answers  


Do you know how can we check the value of a given variable is a number?

0 Answers  


Actually am working in existing project which is developed in .net, am converting the .net into php code. am facing problem after uploading the .php in server. amgetting the error message like "The page cannot be found" but its working perfectly in local host

2 Answers  


What is an anti csrf token?

0 Answers  


Categories