include"../include/conn.php"; include"../include/statictable.php"; session_start(); $userId=$_SESSION["userId"]; $loginid=$_SESSION["loginid"]; if(!isset($userId)) header("Location: ../profile/newaccount.php?a=displayLogin"); $jobId=$_POST["jid"]; echo //var_dump($_POST); $a=$_REQUEST["a"]; if(count($_POST)){ foreach ($_POST as $key => $value) { $$key = $value; } if ($a =='Apply'){ $v = verifyForm(); if ($v == 1) { insert_data($conn); ?> } else { } } } ?>
|
include("../include/top.php"); ?>
|
|||||||||||
|
|||||||||||