Review Note

Last Update: 09/09/2024 04:04 PM

Current Deck: 1Universidad::materia::BDD Bases de datos

Published

Currently Published Content


★ Title
PHP Basico
☆ Subtitle
☆ Syntax (inline code)
★ Sample (code block or image)
★ Key point (code block or image)
<?php
$numero = 1; // Un comentario
$float = 3.14;
$texto = "esto";
$verdad = true;
$falso = false;

echo $texto // a consola
print_r($numero) //alternativamente
?>
★ Key point notes
✎ Other notes
✎ Markdown

No published tags.

Pending Suggestions


No pending suggestions for this note.