//include_once "accesscontrol_wap.php"; require_once "../Connections/conn.php"; include_once "../configuration.inc.php"; if(isset($submit) && $submit = "Login" ) { $q = "select * from job_post where job_id = \"$_POST[job_id]\" "; $r = mysqli_query($conn, $q) or die(mysqli_error()); $a = mysqli_fetch_array($r); $nv = $a[nv] + 1; $qn = "update job_post set nv = \"$nv\" where job_id = \"$_POST[job_id]\" "; $rn = mysqli_query($conn, $qn) or die(mysqli_error()); $js = $_POST[job_id]; } else { $q = "select * from job_post where job_id = \"$_GET[job_id]\" "; $r = mysqli_query($conn, $q) or die(mysqli_error()); $a = mysqli_fetch_array($r); $nv = $a[nv] + 1; $qn = "update job_post set nv = \"$nv\" where job_id = \"$_GET[job_id]\" "; $rn = mysqli_query($conn, $qn) or die(mysqli_error()); $js = $_GET[job_id]; } $q2 = "select * from job_employer_info where ename = \"$a[ename]\""; $r2 = mysqli_query($conn, $q2) or die(mysqli_error()); $a2 = mysqli_fetch_array($r2); ?> if(!empty($a2[image])) { echo "
| N° |
|
|
|
:
/ |
|
: $string = "$a[description]"; //echo str_replace("", " "); echo nl2br($string); ?> |
|
:
|