/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$query = "SELECT * FROM itemmasterlist WHERE 1"; $row = 0; for($i=0; $i < $numfields; $i++){ $count++; } } echo 'num of fields filled : '.$count.'<br />'; echo 'field : '. $name[$i]. ' is not empty<br />'; }
URL: http://www.webdeveloper.com/forum/showthread.php?t=171879