1
Issues / Re: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'skladiste5.total_stan
Thnx!
This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.
<?php echo ($db->rawQuery("SELECT sastojci_mit_id FROM sastojci WHERE sastojci_mit_id < 51000 ORDER by sastojci_mit_id DESC LIMIT 1")); ?>
submit: function(e) {
e.stopPropagation();
e.preventDefault();
//get new value from input
var newValue = this.input.input2value();
// begin added code
if (newValue == ""){
newValue = null;
};
// end added code
$.ajax({
type: "POST",
url: 'http://localhost/test_project/dnkuh_stavke/editfield/1',
data: ({ name: 'dnkuh_stavke_order', value: '13', pk:'1' }),
success: function() {
alert('Success');
},
error: function() {
alert('Error occured');
}
});
$_SESSION["curpage"] = $comp_model->view->form_data["request_uri"];
redirect_to_page($_SESSION["curpage"]);exit;