Is numeric in php?
What is htaccess in php?
How can we do user authentication without using session/cookies ? For ex:- From page1 accepts user name and password and need to check in all other pages whether the user has logged in or not
Explain me differences between get and post methods?
Is polymorphism inherited?
Do while loops?
What is the delimiter syntax is PHP's default delimiter syntax
What are some of the advanced features of php?
What is happening in the following code $objA = new A(); // A is a class $objB = $objA;
What is php addslashes?
Is it necessary to use closing tag in php?sometime without closing tag things work.why?
How to get no. of rows using MYSQL function?
Tell me what is mean by an associative array?