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 |
Do loops php?
armstrong number by using php while number is given by the keyboard.?
what is PDO?
What is the difference between html and php?
equivalent code for the following c program in php void main() { int i=5;printf("%d",i); }
Do you know what is the function mysql_pconnect() usefull for?
What is the difference between for and foreach?
What is difference between get and post in php?
Tell me what is the difference between get and post?
Do you know how can we check the value of a given variable is a number?
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
What is an anti csrf token?