The PHP configuration file, php.ini , is the final and most immediate way to affect PHP's functionality. The php.ini file is read ea...
Variables store data and always start with $.
$
$name = "John";
$age = 25;
No comments:
Post a Comment