Title: hyzerfool's Replies | WordPress.org

---

# hyzerfool

  [  ](https://wordpress.org/support/users/hyzerfool/)

 *   [Profile](https://wordpress.org/support/users/hyzerfool/)
 *   [Topics Started](https://wordpress.org/support/users/hyzerfool/topics/)
 *   [Replies Created](https://wordpress.org/support/users/hyzerfool/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/hyzerfool/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/hyzerfool/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/hyzerfool/engagements/)
 *   [Favorites](https://wordpress.org/support/users/hyzerfool/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [The quest of the lost $_POST](https://wordpress.org/support/topic/the-quest-of-the-lost-_post/)
 *  [hyzerfool](https://wordpress.org/support/users/hyzerfool/)
 * (@hyzerfool)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/the-quest-of-the-lost-_post/#post-2144480)
 * I had a similar problem. I could pass data to my plugin using GET, but POST data
   never showed up. I finally realized that if my form pointed to a directory:
 * [http://mysite.com](http://mysite.com)
    [http://mysite.com/wordpress](http://mysite.com/wordpress)
 * then my POST data disappeared and $_POST was empty. If I pointed to a specific
   file:
    [http://mysite.com/wordpress/index.php](http://mysite.com/wordpress/index.php)
 * Then it worked properly.
 * I post that here only for reference for the next poor sap who tears their hair
   out over this.

Viewing 1 replies (of 1 total)