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 do you mean by core php?

0 Answers  


Why is node js better than php?

0 Answers  


what are interfaces and Abstart classes

0 Answers   Net Solution,


List some array functions in php?

0 Answers  


How you can update memcached when you make changes to php?

0 Answers  


What are encryption functions in php?

0 Answers  


What is php.ini & .htacess file?

0 Answers  


Does it possible to compile php with mysql without having mysql sources?

2 Answers  


When to use inquire vs enquire?

0 Answers  


How do you check if a variable has been set in php?

0 Answers  


what is the use of include() function when include_once() alone will enough?

1 Answers  


What is namespace and use in php?

0 Answers  


Categories