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 |
What is the difference between file_get_contents() and file_put_contents() in php?
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
How to read the entire file into a single string?
What is php.ini & .htacess file?
What is php explain?
Explain Whitespace Characters?
What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?
11 Answers HCL, Rushmore Consultancy, Thursday Technology,
Which is the best php framework for a beginner?
The left association operator % is used in PHP for?
What is indexing in mysql and how do we create indexing in mysql
Difference between $message vs. $$Message in php.
Explain mixed and callback functions?