How to export HTML Table into Excel via PHP 1 minute read Create one variable and save the whole table as a string to that variable and just add below… 0 Shares 0 0 0 0 0 0 0
Win 2003 Server, IIS 6, PHP 5 : Error: security error (ACL ERROR). 1 minute read I am using Win 2003 Server, IIS 6, PHP 5. If you see "You are not authorized to… 0 Shares 0 0 0 0 0 0 0
PHP Error – How to Display Error in browser 1 minute read display_errors = On in php.ini 0 Shares 0 0 0 0 0 0 0
PHP Error – It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. 1 minute read Search for ‘timezone’ in php.ini file change ;date.timezone = to date.timezone = “America/New_York” or whatever specific timezone you… 0 Shares 0 0 0 0 0 0 0
PHP Warning: fopen() Permission denied in in IIS 7 1 minute read hi Just at time of installation of opencart on my local iis 7. I face this error PHP… 0 Shares 0 0 0 0 0 0 0
PHP and MySql Interview Question Paper with Answer 5 minute read What’s PHP? The PHP Hypertext Preprocessor is a programming language that allows web developers to create dynamic content… 0 Shares 0 0 0 0 0 0 0
Create a CSV file from MySQL with PHP 2 minute read The example code below uses the raw mysql_* functions but it should be easy enough to substitute a… 0 Shares 0 0 0 0 0 0 0
Sending a CSV file to the web browser with PHP 1 minute read The headers look like so, substituting filename.csv for the name you would like: header('Content-type: application/octet-stream'); header('Content-Disposition: attachment; filename="filename.csv"'); 0 Shares 0 0 0 0 0 0 0