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 |
Why we use get in php?
How we load all classes that placed in different directory in one php file , means how to do auto load classes.
How to get useful error messages in php?
How does csrf attack work?
Write a program to find the factorial of a number in php?
What are the Advantages and Application Areas of PHP?
what is session_set_save_handler in PHP?
What are majic methords in php?
What is baseurl?
What is singleton design pattern in php?
How can MYSQL functions be available with PHP?
What is the purpose of break and continue statement?