PHP
Decision Making Using PHP Switch StatementDecision Making Using PHP Switch Statement Today I am going to discuss Switch Statement. The basic concept of Switch is similar to the IF-ELSE statement; it helps you to write decision making code just like IF-ELSE but it is a little more organized, elegant and handy when dealing with complex logics as compare to IF-ELSE. read more... | login or register to post comments |
email this page | view as pdf | printer-friendly versionI'd like to disable the use of the exec() function in my PHP. Can this be done?
Yes, you can disable it in your php.ini. Search for the line
disable_functions = and change it: disable_functions = exec Don't forget to restart Apache afterwards. read more... | login or register to post comments |
email this page | view as pdf | printer-friendly version |






Recent comments
2 days 15 hours ago
2 days 19 hours ago
4 days 9 hours ago
5 days 2 hours ago
5 days 3 hours ago
5 days 5 hours ago
1 week 15 hours ago
1 week 18 hours ago
1 week 1 day ago
1 week 1 day ago