I have a simple problem that i haev a select box in which 5 values 1,2,3,4,5 and the formation is
Code: Select all
<option>Select Rank</option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>Code: Select all
$PHP_SELFBecause currently it is looking odd that the value is not shown in the select box and query is fired.
Please Help Me