Hi forum,
you guys are really helpful............and that's why I ask all of my queries here.
Now I am having a problem............I want to show a variable value at the top of the page but the problem is the code is executing at the middle of the page.
example:
PHP Code:
$sno_22 = 0; if($tot_record > 0) { while($row_c=mysql_fetch_array($result_c)) { $sno_22++; // I want to show this value
if($sno_22%3==1) { if($row_c['biz_plan']==1) {
Any help would be appreciated.
|