Results 1 to 3 of 3

Thread: PHP code for redirecting page back to homepage
      
   

  1. #1
    snclenney is offline Corporal
    Join Date
    Aug 2005
    Posts
    14

    Default PHP code for redirecting page back to homepage

    Hello,

    I'll try to keep this short but sweet. I have a form on my website for users to submit their link on my links page. It is working properply. After they submit the form a Thank You page comes up. That is also working properly. Here's what I need now. I want the Thank You page to redirect back to my Homepage. How do I add this action?

    Thank you,

    Staci

  2. #2
    Pablo is offline Moderator
    Join Date
    May 2005
    Posts
    507

    Default

    The PHP code for redirecting is
    <?PHP
    header("Location: http://www.pinkvoda.com");
    exit;
    ?>
    Forum Moderator
    BlueVoda Specialist

  3. #3
    snclenney is offline Corporal
    Join Date
    Aug 2005
    Posts
    14

    Default code for redirecting

    Pablo,

    Thank you for the quick response, and is that really what you look like?

    -Staci

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Urgent: Page Anchors
    By Gray in forum Adding Elements To Your Website
    Replies: 4
    Last Post: 11-25-2005, 03:43 PM
  2. Back to Home Page button
    By editorfcm in forum BlueVoda - General Issues
    Replies: 3
    Last Post: 11-12-2005, 06:09 PM
  3. Next page, back, page numbers
    By delsbree in forum BlueVoda - General Issues
    Replies: 9
    Last Post: 10-20-2005, 11:12 PM
  4. Php-html
    By xdigimaster in forum BlueVoda - General Issues
    Replies: 2
    Last Post: 08-28-2005, 09:22 PM
  5. Insert php code in webpage (html)
    By ali in forum BlueVoda - General Issues
    Replies: 8
    Last Post: 07-30-2005, 03:59 AM

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49