I have a mysql_fetch_row which works at ths moment. What i need to do next is compare fields to see if they a blank if so skip to next field, if the field is not blank print it out then go on to the next field and compare.
\how would i do this?
foreach( $myresultarray as $value ) { if( $value != '') echo $value ; }
jdorsch, Thanks, this works. I am just wondering if i can put this into and assoc. array or an array, or is there something better? So can I can display as a resume.