Quick html question..possibly for Philipp

This is a discussion about Quick html question..possibly for Philipp in the Slack Space category; Just wondering what the html/php command/tag/code was to auto forward users to the new updated page. ie: when we submit a thread/reply we are taken to a page that loads, I assume to run specified php code, then we are forwarded back to the thread we just created/replied to.

Slack Space 1613 This topic was started by ,


data/avatar/default/avatar17.webp

757 Posts
Location -
Joined 2000-10-14
Just wondering what the html/php command/tag/code was to auto forward users to the new updated page.
ie: when we submit a thread/reply we are taken to a page that loads, I assume to run specified php code, then we are forwarded back to the thread we just created/replied to. I was just wondering what this "auto-forward" is called, as without knowing what it is, cannot find it in my reference guide.
 
Just wondering as I am creating a php page, and this function would be very useful to my end users.

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Jul 19
Created
Jul 19
Last Response
0
Likes
1 minute
Read Time
User User
Users

Responses to this topic


Administrator

data/avatar/0/0b385d2cbb4fcc3a67cc1faf071a808432c41071.jpg

1795 Posts
Location -
Joined 1999-07-15
You can forward with header ("Location: URLHere"); (PHP) or (HTML)
 
Example (PHP):

Code:
 header ("Location: http://www.ntcompatible.com");exit;?>
 
Example (HTML):

Code:
One moment...