Results 1 to 2 of 2

Thread: splashpage call over php

  1. #1
    Join Date
    Apr 2010
    Location
    Berlin, Germany
    Posts
    40
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default splashpage call over php

    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!

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    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.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

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