Hello everyone,
I used in my htlm/php page the code of site where the data is showed in this part.:
<div class="row" id="records"><div class="col-sm-4" id="emp_id"></div>
The value what that script gets from my database is put in id="emp_id".
Now my question is as next.
Is it possible to put id="emp_id" into a php variable?
So i also can read that into the rest of my vars ike here?
foreach ($_POST as $key => $val)
$_SESSION[$key] = $val;