PHP can be used frontend of for backend?
Answer Posted / 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 |
Post New Answer View All Answers
Can you extend a final defined class?
How to open a file in php?
What is the difference between md5(), crc32() and sha1() crypto on php?
What are the popular frameworks in php?
What is a static method php?
What is the sign to start variables in PHP?
What is php form validation?
What does empty mean in php?
How can you declare a constant variable in php?
What is use of echo in php?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
How to get ip address of clients machine?
What is the importance of parser in php?
What is the difference between substr() and strstr()?