|
|
session_start(); include "include/manager_config.php"; ?> if(isset($_POST[hid])) { $today=date("d-m-Y"); mysql_query("insert into ".TABLEPREFIX."_tragedy set name='$_POST[name]', country='$_POST[country]', title='$_POST[title]', story='$_POST[story]', add_date='$today', status='Y'"); } ?> if(isset($_POST[hid1])) { $today=date("d-m-Y"); mysql_query("insert into ".TABLEPREFIX."_tragedy_abuse set name='$_POST[name]', country='$_POST[country]', reason='$_POST[full_reason]', tragedy_id='$_POST[td_id]', add_date='$today'"); } ?>
| ||||||||||||