<div class=”quiz” id=”<?php echo $session;?>”>
to
<div class=”quiz”>
<input type=”hidden” id=”quiz-session” name=”quiz-session” value=”<?php echo $session;?>”/>
and in quiz.js change every
var session=$(“.quiz”).attr(“id”);
to
var session=$(‘#quiz-session’).val();
I implemented this but did not work out …
Kindly help
The IP address is the bit before the forward slash, for example, the first IP is 209.93.240.0, and the bit after the slash is the port number in use (port 24
I beg to differ. This is IP address range and all are valid IP’s
I am facing the same issue … Can anyone help ?