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
Explain about looping in PHP?
Tell me what is the use of mysql_real_escape_string() function?
What does pear stand for?
How to access a global variable inside a function?
How to create a table using php?
How to remove duplicate values from php array?
armstrong number by using php while number is given by the keyboard.?
Explain about getters and setters in php?
Is php easier than node?
How will you calculate days between two dates in PHP?
Can php variables have numbers?
Do while loops?
How to include a file code in different files in php?
What are magic constants in php?
What are super global variables in php?