PHP can be used frontend of for backend?
Answers were Sorted based on User's Feedback
Answer / akram abbasi pakistan karachi
there are three tier application
1--first tier Client "Request"
2--second tier Web server or PHP "Response from Back end or
third tier"
3--third tier Mysql or BackEnd Database
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / vishwanath
php can we used for backend it is the server side
programmiing executrd in the server side
| Is This Answer Correct ? | 12 Yes | 5 No |
Answer / hyma
The backend is MYSQL.MYSQL is a database used to store data.
| Is This Answer Correct ? | 7 Yes | 4 No |
How arrays are passed through arguments?
What is difference between explode() or split() in PHP?
What is advanced php programming?
What is session_register()?
Does strlen include null?
Does cors prevent csrf?
What does the function get_magic_quotes_gpc() means?
What does the scope of variables mean?
What is the difference between $var and $$var?
How can I retrieve values from one database server and store them in other database server using PHP?
How to execute a function in php?
What are the special characters you need to escape in double-quoted stings?