feel free to slap me in the face on this one... but... i cant figure
out why this wont work. its acting like its an infinate loop, no
errors, just wont load. ugh
<?php
while (!empty($row_QC BD_test['test'])){
print $row_QCBD_test['test'];
}
?>
im a tool.
out why this wont work. its acting like its an infinate loop, no
errors, just wont load. ugh
<?php
while (!empty($row_QC BD_test['test'])){
print $row_QCBD_test['test'];
}
?>
im a tool.
Comment