Reply To: Can you use conditional based on a referring URL?

Forums General Can you use conditional based on a referring URL? Reply To: Can you use conditional based on a referring URL?

#633

🙂

Well, when you send a variable to the next page, it can be either through the URL ($_GET) or a submitted form ($_POST). See:

http://php.net/manual/en/reserved.variables.get.php
http://php.net/manual/en/reserved.variables.post.php
http://php.net/manual/en/reserved.variables.request.php

I hope that helps!