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 are escaping characters?
How to delete file in php?
What is a path Traversal?
How do you put a space in html?
What is php string function?
What is php full form?
Who is the father or inventor of php?
What is encapsulation in php?
How do you define a constant?
How many data types are used by php?
What are the rules to declare a php variables?
What is input sanitization in php?
How we can get the number of elements in an array?
What is difference between base_url and site_url?
What is framework in php?