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

how can I use bread crumb in PHP ?

2 Answers  


How to convert strings to upper or lower cases?

0 Answers  


Why do we use inheritance in php?

0 Answers  


how many type of url?

1 Answers  


What is the use of mysql_fetch_assoc in php?

0 Answers  






How do you get the Browser information?

3 Answers   Life Infotech,


Tell me how comparison of objects is done in php5?

0 Answers  


Write a program to show the joining of two strings in php?

0 Answers  


When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?

0 Answers  


What is the use of mysqli_real_escape_string() function?

0 Answers  


A process can run only in the background. State Whether True or False?

0 Answers  


How do I run a php script in windows?

0 Answers  


Categories