PDA

Click to See Complete Forum and Search --> : Without include


prokhaled
Mar 10th, 2002, 07:58 AM
This example include show.php File with the current file

include("show.php");

using php:
How can I go to show.php file without include current file ?

chrisjk
Mar 10th, 2002, 08:03 AM
you mean like a redirect??Header("Location: show.php");

prokhaled
Mar 11th, 2002, 03:26 AM
Thank you too much !! chrisjk !!