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 array filter in php?

0 Answers  


List the different types of print functions available in php?

0 Answers  


How to block direct directory access in PHP?

0 Answers  


What is the difference between php and core php?

0 Answers  


What is faster?

0 Answers  






What is associative array in php?

0 Answers  


Is php closing tag necessary?

0 Answers  


How do I stop php artisan serve in windows?

0 Answers  


Why overriding is called runtime polymorphism?

0 Answers  


Explain some of the php array functions?

0 Answers  


Does session expire on closing browser?

0 Answers  


What are the features of object-oriented programming in php?

0 Answers  


Categories