What is the difference between explode and split?
No Answer is Posted For this Question
Be the First to Post Answer
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 the use of extract function in php?
What is $_ get in php?
Explain the difference between $var and $$var?
What are the 3 types of sessions?
What is php.ini & .htacess file?
Write a program to upload a file in php?
Which functions are used to remove whitespaces from the string?
1.What is application server ? 2.What is web server ? 3.Explain the process of execution of a php file ?
how to set session expire(session timeout) using php code
Tell me can you extend a final defined class?
What the difference between the 'bitwise and' operator and the 'logical and' operator?