hi, i am new for php I want to know where to create & how
to run phpscript programme in LAMP?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What do you mean by core php?
Why is node js better than php?
what are interfaces and Abstart classes
List some array functions in php?
How you can update memcached when you make changes to php?
What are encryption functions in php?
What is php.ini & .htacess file?
Does it possible to compile php with mysql without having mysql sources?
When to use inquire vs enquire?
How do you check if a variable has been set in php?
what is the use of include() function when include_once() alone will enough?
What is namespace and use in php?