Make Php Function Variable Global
- Forums
- PHP
- Make Php Function Variable Global
This Page Contains information about Make Php Function Variable Global By takemehome2 in category PHP with 1 Replies. [2032], Last Updated: Mon Jun 24, 2024
takemehome2
Sat Apr 25, 2009
1 Comments
441 Visits
is it possible to make a php variable string be used within a function?
global $string;
echo 'hello, this is the value of my variable string: '.$string;
}
hope that helps
https://www.webune.com/forums/make-php-function-variable-global.html