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

In what are the ways you can encrypt the password ?

7 Answers  


Does php have block scope?

0 Answers  


What is the best way to test the strpos() return value in php?

0 Answers  


How to pad an array with the same value multiple times?

0 Answers  


What is zend studio for?

0 Answers  






explain in brief type juggling in php?

1 Answers  


Do you know what is the function mysql_pconnect() usefull for?

0 Answers  


Whether it is possible to share a single instance of a memcache between multiple php projects?

0 Answers  


What language is similar to php?

0 Answers  


How to define a function with any number of arguments?

0 Answers  


What is helper function?

0 Answers  


What is the difference between associative array and indexed array?

0 Answers  


Categories