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 | 2 No |
Post New Answer View All Answers
What is use of mysqli_query in php?
How many types of inheritances used in php and how we achieve it.
How can we check the value of a given variable is alphanumeric?
Will php die?
How send email using php?
What is whitespace in html?
Is php still relevant 2019?
Why many companies are switching their current business language to php?
What does addslashes do in php?
What is $this in php?
Which is the dependent variable?
What type of language is php?
What are the differences between php constants and variables?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?