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
What are the method available in form submitting?
Does php support multithreading?
How do I run a php program in dreamweaver?
Which function would you use to replace a record in a database in php?
Does apache use php?
Explain the difference between php4 and php5.
Tell me what should we do to be able to export data into an excel file?
What is the meaning of die in php?
How to get length of an array in PHP?
What is $_ request in php?
What's the output of the ucwords function in this example?
Why php is used in html?
Explain what does the unlink() function means?
Tell me how to set a page as a home page in a php based site?
What are different types of errors available in Php?