Inacurate Results
-
I have following code for dropdown category.
<li><form name="category" action="<?php echo $PHP_SELF ?>" method="get" align="center" style="margin: 0px; padding: 0px;">
<?php dropdown_cats(TRUE, 'Select Category...', 'NAME'); ?><br>
<input align="center" size="40" type="submit" class="button" value="GO" /></form></li>Today, during browsing, I have notice a strange problem. After selection some category’s are displayed correctly. But in other cases the displayed category was different. For e.g. I had selected “CSS”. But the result in first attempt was “WinXP” and then “PHP” or “ARTICLES” etc.
Can you please advice “what is wrong with the code?”.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Inacurate Results’ is closed to new replies.