Premier commit
This commit is contained in:
13
scripte2.php
Normal file
13
scripte2.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
$a = "coincoin";
|
||||
|
||||
// n'apparei pas lors de l'appel
|
||||
function traitementPrive(){
|
||||
global $a; //indispensable pour accèder au variables globales
|
||||
echo "<br><br>Dans script 2<br>";
|
||||
echo "Super privé, super dangereux...<br>";
|
||||
|
||||
echo $a;
|
||||
}
|
||||
|
Reference in New Issue
Block a user