This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hola vamos aprender del bitcoin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="https://code.jquery.com/jquery-1.12.4.js"></script> | |
| <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> | |
| <!-- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Yo lo puedo ver | |
| yo lo puedo ver | |
| estoy ante cristo | |
| alabandole | |
| el ya me salvo | |
| el ya me curo | |
| toda las heridas | |
| de mi corazon |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| var i={ | |
| h:'holaaaaaaaaaa', | |
| h1:'hola', | |
| d :' ', d1 :' ', | |
| d2 :' ', d3 :' ', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body{ | |
| background: red; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * SELECT == queries data from a table. | |
| */ | |
| // * CREATE TABLE === creates a new table. | |
| CREATE TABLE celebs (id INTEGER, name TEXT, age INTEGER); | |
| /* ------------------------------------------------------------------------- */ | |
| /** // * INSERT INTO == adds a new row to a table | |
| * This INSERT statement inserts new rows into a table. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <body> | |
| <?php | |
| $db_host = ”databases.000webhost.com”; | |
| $db_nombre = “id550347_welding3300”; | |
| $db_contra = “ ”; | |
| $conexion = mysqli_connect($db_host,$db_usuario,$db_contra); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $db_host = " files.000webhost.com "; | |
| $db_nombre = " database "; | |
| $db_usuario = " root "; | |
| $db_contra = " "; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <body> | |
| <?php | |
| $db_host = " files.000webhost.com "; | |
| $db_nombre = " database "; | |
| $db_usuario = " root "; | |
| $db_contra = " "; | |
| $conexion = mysqli_connect($db_host,$db_usuario,$db_contra); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <hr> | |
| <hr> | |
| <!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::: --> | |
| <!-- ---------------------- start ------------------------ --> | |
| <!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::: --> | |
| <div id='cont'> | |
| <div id='head'> | |
| <!-- -------------------------------- --> | |
| <h1>Arrays</h1> | |
| <!-- -------------------------------- --> |
NewerOlder