luffymk Posted January 1, 2008 Report Share Posted January 1, 2008 Mini Tutorial de aprende PHP con Luffy MK php es un lenguaje shori para aprender a programar muy similar al lenguaje de C abrimos un block de notas y lo guardamos con extension php dentro del el ingresamos el codigo de hola chile(Palabra Censurada) <? echo "Hola chile(Palabra Censurada)"; ?> ven que sencillo es hacer eso, ahora les mostrare como hacer una operacion matematica, vamos a sumar <? $numero = 100; $numero = $numero + 1; echo "$numero"; ?> ahi sumamos 100 + 1 y muestra el resultado como 101 aca hay una resta <? $deposito1 = "1500"; $deposito2 = "3500"; $total = $deposito1 - $deposito2; echo $total; ?> asi no ma po, continuara .... Link to comment Share on other sites More sharing options...
psikoapuntes Posted March 17, 2008 Report Share Posted March 17, 2008 jajajajja bueno, bonito e hiper resumido jajajjajjajaj Link to comment Share on other sites More sharing options...
el_dize Posted March 23, 2008 Report Share Posted March 23, 2008 es parecido al C porke cuando crearon php era un cgi escrito en C xD :o Link to comment Share on other sites More sharing options...
pchangt Posted April 17, 2008 Report Share Posted April 17, 2008 aportazooo Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now