[SOLVED]skipping a field

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

Post by ol4pr0 »

me so Freaky stupid.. but thanks for all the help

Code: Select all

if($row['fecha_trasbordo'] !=NULL){
echo "
//test
<td align="center" width="10%" BGCOLOR="#FFDECE" height="12"><b><font color="black" size="1" face="Verdana, Arial, Helvetica, sans-serif">";
echo $row['fecha_trasbordo'];
}
echo "
</font></b></td>";
Post Reply