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 is Type hinting in PHP?
How we can declare variable in php?
Why echo is faster than print in php?
How to make a class in php?
how to set session expire(session timeout) using php code
Where is my php ini file?
Is salary a ratio or interval?
What is difference between post and put in rest?
What are headers in php?
What is a helper function?
Tell me can you extend a final defined class?
Which array function checks if the particular key exists in the array?