0byt3m1n1
Path:
/
data
/
17
/
1
/
18
/
11
/
1670011
/
user
/
1801231
/
htdocs
/
application_old
/
[
Home
]
File: financial_application_step8.php
<? session_start(); require('../includes/config.php'); $temptable=session_id(); $fin_temp="finan_".$temptable; if($_POST['Submit2']=="Next >>") { $cph=$_POST['coph1']."-".$_POST['coph2']."-".$_POST['coph3']; $q_insert="update $fin_temp set `co_employer`='".$_POST['coemp']."', `co_emp_city`='".$_POST['coccity']."', `co_emp_state`='".$_POST['cocstate']."', `co_emp_zip`='".$_POST['coczip']."', `co_emp_occu`='".$_POST['cooccu']."', `co_emp_phone`='".$cph."', `co_emp_for_y`='".$_POST['coyr']."', `co_emp_for_m`='".$_POST['comm']."', `co_emp_gross`='".$_POST['copmo']."', `co_other_source`='".$_POST['coosource']."', `co_emp_other_for_y`='".$_POST['cooyr']."', `co_emp_other_for_m`='".$_POST['coomm']."', `co_emp_other_gross`='".$_POST['coomo']."'"; $r_insert=mysql_query($q_insert); if(!$r_insert) { echo mysql_error(); exit(); } } ?> <script language="JavaScript" type="text/javascript"> window.location='financial_application_step9.php'; </script>