hi, i am new for php I want to know where to create & how
to run phpscript programme in LAMP?
Answer Posted / kalpesh thakkar
hey its simple if u are using LAMP there is one directory
htdocs in which directory u place yr code or php script &
can run with
URL : "http://localhost/yrscript.php" OR
"http://localhost/yrdirectory".
but be sure that yr directory has permission of read & write.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Tell me what is the use of isset() in php?
When to use get and post request?
What is difference between session and cookie in PHP?
How to get the length of string?
How to execute an sql query?
How arrays are used in php?
What are the features of php?
Difference between get and post method.
What is the string concatenation operator in php?
What is laravel php?
Does php support function overloading?
How long should a session last?
How cookies are trported from browsers to servers?
What is the use of offset in mysql?
What are the array functions in php?