Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Hacks
    In reply to: $wpdb insert

    Probably a bit late for this but you have a typo

    $wpdb->insert(‘hotel’,array(‘name’ => ‘$hname’,’Price’ => $address),array(‘%s’,’%d’));

    Should be haddress

    $wpdb->insert(‘hotel’,array(‘name’ => ‘$hname’,’Price’ => $haddress),array(‘%s’,’%d’));

    Probably worth turning on php errors

Viewing 1 replies (of 1 total)