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



hi, i am new for php I want to know where to create & how to run phpscript programme in LAMP?..

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

hi, i am new for php I want to know where to create & how to run phpscript programme in LAMP?..

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

Post New Answer

More PHP Interview Questions

What is Type hinting in PHP?

0 Answers  


How we can declare variable in php?

0 Answers  


Why echo is faster than print in php?

0 Answers  


How to make a class in php?

0 Answers  


how to set session expire(session timeout) using php code

2 Answers  






Where is my php ini file?

0 Answers  


Is salary a ratio or interval?

0 Answers  


What is difference between post and put in rest?

0 Answers  


What are headers in php?

0 Answers  


What is a helper function?

0 Answers  


Tell me can you extend a final defined class?

0 Answers  


Which array function checks if the particular key exists in the array?

0 Answers  


Categories