hi, i am new for php I want to know where to create & how
to run phpscript programme in LAMP?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between php and core php?
What is multidimensional array in php?
Why shouldn't I use mysql_* functions in php?
sort term descripttion form, report and uery
What is print_r?
How can we determine whether a php variable is an instantiated object of a certain class?
Which is the latest version of php?
How can we check the value of a given variable is alphanumeric?
How to write php function in html onclick?
Which is better mysql or sql?
What does the unlink() function means?
What is use of mysqli_query in php?
Which is better #define or enum?
What is list function with their uses.
Does PHP 5 support exceptions? State Whether True or False?