Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

finding "input"s used in an external PHP file?

How can I list all Input fields and their names, used in an external php file?

1 Answer

Relevance
  • 1 decade ago
    Favorite Answer

    Like form fields? If you have the PHP file, it's kind of simple (read through it, and look for anything called $_GET, $_POST, $_REQUEST, or $HTTP_something_VARS).

    If you don't have the file, it's impossible. Trial and error is probably your best bet.

Still have questions? Get your answers by asking now.