Ver Mensaje Individual
  #5 (permalink)  
Antiguo 13/05/2010, 10:57
Avatar de lukas4
lukas4
 
Fecha de Ingreso: octubre-2008
Ubicación: frente al pc
Mensajes: 496
Antigüedad: 15 años, 6 meses
Puntos: 12
Respuesta: ayuda con un tema super simple pero me supera

@wiwi74
Cita:
Iniciado por wiwi74 Ver Mensaje
Mira:

echo '<font color=\'red\'>Rojo :</font><br />';

echo '<font color="red">Rojo :</font><br />';

echo '<font color=\"red\">Verde :</font><br />';

echo '<font color=\"red">Azul :</font><br />';
WOW!!! como funciona eso? nuna antes habia visto eso xD

@xpitutox

y esto:
Código PHP:
Ver original
  1. <?php
  2. echo '<font color=\"Red">Centro Costos :</font> '.$_REQUEST ["txtcostos"].'<br>';
  3. echo '<font color=\"Red">Solicitante :</font> '.$_REQUEST ["txtnombre"].'<br>';
  4. echo '<font color=\"Red">Nombre Trabajador :</font> ' . $_REQUEST ["txttrabaja"].'<br>';
  5. echo '<font color=\"Red">Impresion B/N :</font> '.$_REQUEST ["txtimpresion"].'<br>';
  6. echo '<font color=\"Red">Impresion Color :</font> ' .$_REQUEST ["txtcolor"].'<br>';
  7. echo '<font color=\"Red">Sacanner :</font> '.$_REQUEST ["txtscan"].'<br>';
  8. echo '<font color=\"Red">Hoja Oficio Blanca :</font> '. $_REQUEST ["txtoficio"].'<br>';
  9. echo '<font color=\"Red">Hoja Carta Amarilla :</font> '.$_REQUEST ["txtcamarilla"].'<br>';
  10. echo '<font color=\"Red">Hoja Oficio Amarilla :</font> '.$_REQUEST ["txtoamarilla"].'<br>';
  11. echo '<font color=\"Red">Hoja Doble Carta Bound Blanca :</font> '.$_REQUEST ["txthdoblec"].'<br>';
  12. echo '<font color=\"Red">Corchetes :</font> '.$_REQUEST ["txtcorchetes"].'<br>';
  13. echo '<font color=\"Red">Opalina Oficio Blanca :</font> ' .$_REQUEST ["txtopab"].'<br>';
  14. echo '<font color=\"Red">Opalina Oficio Color :</font> '.$_REQUEST ["txtopac"].'<br>';
  15. echo '<font color=\"Red">Lomo Negro Carta Narrow :</font> '.$_REQUEST ["txtlomonc"].'<br>';
  16. echo '<font color=\"Red">Lomo Negro Carta Medium :</font> '.$_REQUEST ["txtlomoncm"].'<br>';
  17. echo '<font color=\"Red">Lomo Negro Oficio Narrow :</font> '.$_REQUEST ["txtlomono"].'<br>';
  18. echo '<font color=\"Red">Lomo Negro Oficio Medium :</font> '.$_REQUEST ["txtlomonom"].'<br>';
  19. echo ''.'<br>';
  20. echo ''.'<br>';
  21. echo '<a href="index.php">Volver</a> <br>';
  22. ?>
lo puedes cambiar a esto:
Código PHP:
Ver original
  1. <font color="red">Centro Costos: </font><?=$_REQUEST["txtcostos"]?></br>
  2. <font color="red">Solicitantes: </font><?=$_REQUEST["txtnombre"]?></br>
  3. y asi sucesivamente
__________________
http://situcomo.blogspot.com
Karma is a Bitch... they said