In php, how to redirect from one page to another page?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

How to create a web form?

0 Answers  


How to create a mysql connection in php?

0 Answers  


Whether One-line comment begin with pound sing(#) in php?

2 Answers  


How do you remove duplicates from an array?

0 Answers  


How to add a cookie?

2 Answers  


How can I retrieve values from one database server and store them in other database server using PHP?

1 Answers  


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

3 Answers   Net Solution,


How many escape sequences are recognized in double-quoted strings?

0 Answers  


How to merge values of two arrays into a single array?

0 Answers  


How we can retrieve the data in the result set of mysql using php?

0 Answers  


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...

2 Answers  


What is the use of explode() function?

0 Answers  


Categories