Test

user
avatar
1879 Points 1 Followers
Apexadmin

View Profile
6 months ago In Crypto & NFT

Pinned

<!DOCTYPE html>
<html>
<body>

<?php
$x = 5; // global scope
 
function myTest() {
  // using x inside this function will generate an error
  echo "<p>Variable x inside function is: $x</p>";
} 
myTest();

echo "<p>Variable x outside function is: $x</p>";
?>

</body>

</html>



Tsh

Leave a comment

* Here is a list of sites you can embed video from List of sites

Comments

user
avatar
1879 Points 1 Followers
Apexadmin

View Profile
@Apexadmin

111111111

* Here is a list of sites you can embed video from List of sites

user
avatar
1879 Points 1 Followers
Apexadmin

View Profile
@Apexadmin

This is nice

* Here is a list of sites you can embed video from List of sites