How many ways I can redirect a php page?
By admin on Apr 10, 2007 in PHP Interview Questions
Java Interview Questions | IT interview questions | Software Testing Interview questions | .Net Interview Questions | Job Interview Questions & Answers | Tough Interview Questions | Technology Interview Questions | Tech Interview Questions | Testing Interview Questions | SAP Interview Questions | ABAP Interview Questions | Data Warehousing Interview Questions
1 Comment(s)
By murugesan.k on May 15, 2008 | Reply
There are two method we can redirect the method
1.header()- php function
1.meta in html format
example
header(”location:http://www.acumeninfo.in”);
or
echo “”;