what is view?
No Answer is Posted For this Question
Be the First to Post Answer
I went to an php interview yesterday.I got selected there.But,They asked me to sign bond by submitting my certificates for 2 years.Is it good or bad
Write a query to find the 2nd highest salary of an employee from the employee table?
Code to open file download dialog in PHP?
How can i execute PHP File using Command Line?
Where are sessions stored php?
What is php sequence?
Give small demo of writting OOP in PHP-mysql.
What is the function of mysql_real_escape_string in php?
Can I use node js with php?
What is difference between required and require_once in php?
What is $_ get?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.