In php, how to redirect from one page to another page?
How to create a web form?
How to create a mysql connection in php?
Whether One-line comment begin with pound sing(#) in php?
How do you remove duplicates from an array?
How to add a cookie?
How can I retrieve values from one database server and store them in other database server using 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
How many escape sequences are recognized in double-quoted strings?
How to merge values of two arrays into a single array?
How we can retrieve the data in the result set of mysql using php?
when we submit any string in single inverted comma('abc') with get or post method,we will get exact string with single inverted comma('abc')by using $_REQUEST[]. But it is giving (\'abc\'). so anybody please help me to remove that slash,therefore i will get exact string...
What is the use of explode() function?