PHP can be used frontend of for backend?
Answer Posted / 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 |
Post New Answer View All Answers
How can you retrieve data from the mysql database using php?
Explain php split() function.
How are php sessions stored?
What is prepare in php?
What are default session time and path?
Is python similar to php?
What is the use of 'print' in php?
Tell me how do I escape data before storing it into the database?
What is $_ request?
What does a delimiter do in mysql?
What is new keyword in php?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
Tell us how to create an array of a group of items inside an html form?
What is http get and post?