HTML
CSS
PHP
Deno
Examples
Do It Yourself
Blog
Type in your code below
Run
<?php $global_var = "This is a global variable"; echo $global_var; // Prints "This is a global variable" ?>
Related Chapters
PHP Math
PHP Operators
PHP Boolean
PHP Arrays
PHP Numbers
Related Examples
PHP Constants Example
PHP Math sqrt() Example
PHP Boolean Logical NOT Example
PHP Boolean Conversion Example
PHP Boolean Example