Category Archives: Domači prispevki

insert php code 2

[insert_php] if (!empty($_POST)) { global $wpdb; $table = bzmase; $data = array( ‘masa’ => $_POST[‘masa’], ‘location’ => $_POST[‘location’] ); $format = array( ‘%s’, ‘%s’ ); $success=$wpdb->insert( $table, $data, $format );

Read More

insert php code

[insert_php] global $wpdb; $customers = $wpdb->get_results(“SELECT * FROM bzmase;”); //print_r($customers); //echo $customers; echo “ “; foreach($customers as $customer){ echo “ “; echo “ “.$customer->dt.” “; echo “ “.$customer->location.” “; echo

Read More