add_action('silex_action','the_so'); function so_title(){ echo "Shipping Order"; } function create_so_css() { ?> get('/shipping-order', function() use($csrf) { global $hooks; global $app; $hooks->add_action('global_css', "so_css"); $hooks->add_action('global_js', "so_js"); $hooks->add_action('the_title',"so_title"); the_head(); include 'so.tpl.php'; the_footer(); return ""; }); $app->post('/shipping-order/getModalSuccess', function(Request $request) { global $db; $so_id = $request->get('so_id'); $marking_no = getSOData($so_id, "marking_no"); $order_no = substr($marking_no, -5); $html = '
Your order '.$order_no.' have successfully created. Please procees to action below :
Close Create New Chat