Forums

[Plugin: Wordbook] $_POST is empty (1 post)

  1. torvad
    Member
    Posted 1 year ago #

    //This outputs an empty array
    print_r( $_POST );

    //This function always returns null because $_POST['action'] is null

    function wordbook_admin_load() {
        if (!$_POST['action']) {
            return;
        }
    
     switch ($_POST['action']) {
    .....

Topic Closed

This topic has been closed to new replies.

About this Topic