Results 1 to 3 of 3

Thread: Without include

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    259

    Without include

    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 ?

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    you mean like a redirect??
    PHP Code:
    Header("Location: show.php"); 

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    259

    Thanks

    Thank you too much !! chrisjk !!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width