What are the two main string operators?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between php traits vs interfaces?
Is null function in php?
What type of errors can be occurred in php?
how will i set pagination ?
What is the advantge and disadvantage of mysql_connet() and mysql_pconnect() ? in which condition will you use mysql_connect() and mysql_pconnect().
Tell me what are the __construct() and __destruct() methods in a php class?
How many requests will be send to server and response coming from server when you open a web page (e.g. xyz.php) which has an image tag?
Explain why would we use === instead of ==?
Is there a way to encrypt text from php?
we have two tables first one is EMPLOYEE having EmpID, EmpNAME, Second table is SALARY table having id, salary Write a query to get name of those person who having more than 10000$ salary
What is an object in php?
Tell me what is the use of explode() function?