$form_name = 'myform';
$method = 'post';
$action_url= BASEDIR.'url.php';
<form name='$form_name' method='$method' action='$action_url' >
openform($form_name, $method, $action_url, array('enctype'=>FALSE) );
if (\defender::safe()) { // <--- This safeguards your SQL.
dbquery("UPDATE ".....");
dbquery("INSERT" ....");
}
Category Forum
Panels and InfusionsLabels
None yet
Statistics
3 participants
Notifications
You are not receiving notifications from this thread.
Related Questions