Articulos PHP

Articulos Jquery

Articulos CSS

Articulos Mysql


Warning: Use of undefined constant tema - assumed 'tema' (this will throw an Error in a future version of PHP) in /home/vhosts/lawebderay.orgfree.com/articulos.php on line 199

Warning: Use of undefined constant tema - assumed 'tema' (this will throw an Error in a future version of PHP) in /home/vhosts/lawebderay.orgfree.com/articulos.php on line 220

Warning: Use of undefined constant id - assumed 'id' (this will throw an Error in a future version of PHP) in /home/vhosts/lawebderay.orgfree.com/articulos.php on line 220

1.2 Enunciados de salida con echo.

Para poder imprimir un resultado en pantalla, o bien, para mostrar un resultado en la ventana del explorador web, es necesario imprimirlo en la pantalla y esto se hace con la instrucci贸n echo,de esta manera, si tenemos una variable con un determinado valor y queremos que dicho valor se muestre en la ventana del explorador tendremos que hacer lo siguiente.

<?php
$colorAuto=”ROJO”;
echo $colorAuto;
?>

Como se puede observar se inicializo una variable, es decir, se cre贸 y se le asign贸 un valor al mismo tiempo y posteriormente se muestra su valor usando el enunciado echo. La salida el script anterior ser铆a simplemente la palabra ROJO.


Warning: Use of undefined constant tema - assumed 'tema' (this will throw an Error in a future version of PHP) in /home/vhosts/lawebderay.orgfree.com/articulos.php on line 225
Enunciados de salida echo.

Warning: Use of undefined constant id - assumed 'id' (this will throw an Error in a future version of PHP) in /home/vhosts/lawebderay.orgfree.com/articulos.php on line 225
1.2

Copyright © 2013 LaWebDeRay
correo:lawebderay@gmail.com

Free Web Hosting