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 | 2 No |
Post New Answer View All Answers
What is the difference between require and include in php?
Does https prevent csrf?
How to set cookies in PHP?
Do you know design patterns. List few?
How can we display information of a variable and readable by human with php?
Does php support multiple inheritances?
Write a program to display reverse of any number?
Explain mixed and callback functions?
Is php a web server?
How do you explain independent and dependent variables?
Where is php code written?
What is list in PHP?
What does the unset() function mean?
What is polymorphism in oop php?
What does the scope of variables means?