Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/03/2006, 15:53
Cubatron
 
Fecha de Ingreso: diciembre-2005
Mensajes: 165
Antigüedad: 18 años, 4 meses
Puntos: 4
Asi tampoco te funciona?
Código PHP:
<?
echo "<tr bgcolor='#E9E9E9'><td><a href='showrequest.php?ticketnum=$row[ticketnumber]'>" $row["ticketnumber"] ."</a></td><td>" $row["empresa"] ."</td><td>";
if (
$op1=="1") echo "yes"
echo 
"</td><td>QSTC</td><td>QRFC</td><td>SOA</td><td>WFP</td><td>POSM</td><td>PHBR</td><td>PDTC</td><td>OHBC</td><td>"$ddias ."</td><td>" $row["dep"] . "</td><td>" .  $row["status"] . "</td><td>" $technicianname  ."</td><td>" $row["tipomsg"] . "</td></tr>\n";
?>