Answer to Question #44277 in AJAX | JavaScript | HTML | PHP for lalit

Question #44277
<?php
$i=$i+1;
//$pd=$pd+1;
}
}
?>
<input type="button" value="|<" name="First" onclick="showQuestion('first')" />
<input type="button" value="<" name="Previous" onclick="showQuestion('prev')" />
<input type="button" value=">" name="Next" onclick="showQuestion('next')" />
<input type="button" value=">|" name="Last" id="Last" onclick="showQuestion('last')" />
</p>
<p align="center">
</p>
<div align="center">
<?php
// Retrieve Number of records returned
$records = mysqli_num_rows($result);
if($records!=0)
{
?>
<input type="submit" name="button" id="button" value="Submit" />
<?php
}
// Close the connection
mysqli_close($con);
?>
</div>
</form>
<p> </p>
<h1> </h1>
</div>

<div id="footerline"></div>
</div>

<div id="footer">Copyright © 2014 Online Quiz. All rights reserved.</div>
</div>
</body>
</html>
this is my total code please merge it
0
Expert's answer

Answer in progress...

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS