$min = 20; // minimum order amount include_once('functions.php'); if (isset($_GET['c'])) $c = $_GET['c']; else exit(); if (isset($_GET['msg'])) $msg = withslashes($_GET['msg']).'. '; else $msg =''; ?>