Extremely simple function not working, help?
-
function getstockstats($stocksymbol) { if ( $stocksymbol == "aapl" ) { $result = "Your name is someguy!<br />"; } return $result; } getstockstats('aapl');
Anyone have any suggestions? super simple
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Extremely simple function not working, help?’ is closed to new replies.