Jump to content

A2xA

Members
  • Posts

    137
  • Joined

  • Last visited

    Never

Posts posted by A2xA

  1. I want to make it where the user fills out a form of some sort.

     

    <form action="disaster.php" method="post">
    Enter the Website: <input type="text" name="website" />
    <input type="submit" />
    </form>

     

     

    And then it will re-direct the user to another page with this.

     

    then somehow define the website they entered from the form previously

     

    $website=(What they entered in form)

     

    <?php  
    print preg_replace('/.*<body>(.*)<\/body>.*/', '$1', trim(file_get_contents ('$website <--Website Name they entered')));
    ?>

     

     

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.