RSS Feed for This PostCurrent Article

How many ways I can redirect a php page?


Trackback URL

  1. 1 Comment(s)

  2. 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 “”;

Post a Comment