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
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 |
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 |
What are php magic methods/functions?
What is the integer?
where to change in php.ini file for file uploading?
How many requests will be send to server and response coming from server when you open a web page (e.g. xyz.php) which has an image tag?
Why session is required?
What is the use of the function 'imagetypes()'?
How to compare two strings with comparison operators in php?
What does the unset() function mean?
How to convert strings to upper or lower cases?
How can we change the value of a constant?
What is get and post method in php?
What is php data type?