HabboxWiki needs you!
Are you a Habbo buff? Or maybe a rare trader with a bunch of LTDs? Get involved with HabboxWiki to share your knowledge!
Join our team!
Whether you're raving for rares, excited for events or happy helping, there's something for you! Click here to apply
Need a helping hand?
Check out our guides for all things to help you make friends, make rooms, and make money!


Results 1 to 5 of 5
  1. #1
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    1,734
    Habbo
    Moh

    Latest Awards:

    Default $_POST with 404?

    Is there a way that you can still process a $_POST if the 404 page is php?

  2. #2
    Join Date
    Jan 2010
    Location
    United Kingdom
    Posts
    846
    Tokens
    1,766
    Habbo
    triston220

    Latest Awards:

    Default

    Can you please explain your problem in greater detail?


    Quote Originally Posted by Jaaaack! View Post
    See, however much I want this, my girlfriend uses my PC too much, and I would be killed.





  3. #3
    Join Date
    Mar 2008
    Posts
    5,107
    Tokens
    2,809

    Latest Awards:

    Default

    Unless it redirects (which will lose the POST data)... should be able to...

    Put this on your 404 page and see if you can process any POST data..

    PHP Code:
    <?php
    echo "<pre>" print_r($_POST);
    ?>
    Should work.. I think.

  4. #4
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    1,734
    Habbo
    Moh

    Latest Awards:

    Default

    Quote Originally Posted by Dentafrice View Post
    Unless it redirects (which will lose the POST data)... should be able to...

    Put this on your 404 page and see if you can process any POST data..

    PHP Code:
    <?php
    echo "<pre>" print_r($_POST);
    ?>
    Should work.. I think.
    Doesn't take any post

    Hum, is there any way to set the server to send across the post with the redirect?

  5. #5
    Join Date
    Mar 2008
    Posts
    5,107
    Tokens
    2,809

    Latest Awards:

    Default

    I'm not posting this Google search to be a ****, but the first few links are helpful and easier than posting each individual link:

    http://www.google.com/search?sourcei...pache+404+POST

Posting Permissions

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