How to Show hidden files or Hide files in Mac OS?
sometimes we might encounter the situation that we need to see or edit the hidden files in mac os. For example we need to show .htaccess file in the htdocs folder and edit it....
Programmer to Programmer- A website for web programming and mobile application programming tutorials
Programmer to Programmer
To get PHP errors to display without modifying php.ini add the following codes to the top of the php file: ini_set(‘display_errors’, 1); ini_set(‘display_startup_errors’, 1); error_reporting(E_ALL); However, it won’t show parse errors. To show parse...
Recent Comments