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 to access a specific character in a string using php?
What is the basic function to search files for lines (or other units of text) that contain a pattern.
How can we know the total number of elements of Array?
What is difference between array_merge and array_combine?
How to display your correct URL of the current web page?
How to get tabels from database in php andd display it in the table form using codelgniter? plz help me
What’s the difference between sort(), assort() and ksort? Under what circumstances would you use each of these?
What does $_cookie mean?
What is string in php?
What are helpers in php?
Is variable name casesensitive in php?
What is Mcrypt used for?