View Full Version : splashpage call over php
dorello
04-26-2010, 08:50 AM
Hello,
is it possible to call the splashpage from a html page url input -> PHP -> splashpage ???
I mean, in this case the line 'splashpageurl=' should not contain any url.
Thanks!
djr33
04-26-2010, 05:38 PM
Can you give more information or a link to your page? What other code are you using? What exactly do you want to happen and why do you want it to happen?
I believe what you are asking for is possible, but I don't understand the terms like "html page url input" and "splashpage" without some kind of context.
You can use a variable like ?splashpageurl (with or without a value) in PHP to do different things but to do that we will need more information about exactly what you want to do.
In PHP, you can use isset($_GET['splashageurl']) to check if it exists at all. You can use $_GET['splashpageurl']=='value' to see if it has a certain value, also.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.