Linux, Apache, Nginx, MySQL, Javascript and PHP
PHP’s getdate() function
I’ve been coding PHP since 1999 and I’m still discovering functions I didn’t know about. Just the other day I
Fieldset and legend tags in HTML forms
Last week I looked at the very useful <label> tag for HTML forms
Get the milliseconds with Javascript and measure time
If you need to measure how long something takes with Javascript you can use the Date() object to get
Get a list of all available classes with PHP
Log into the Google Analytics API using PHP and CURL using Username/Password Authentication
Google have finally made an API available for Google Analytics although it’s currently in beta and the specs are
Pad a number with leading zeroes in Javascript – Improved
A couple of weeks back I posted how to pad a number with leading zeroes in Javascript as a
Set PHP configuration options with an Apache .htaccess file
PHP has a large number of configuration option which can be set in the php.ini file, Apache <
MySQL: Delete records in one table that are not in another
Last week I looked at how to find records in a table with MySQL that are
Disable the MySQL query cache without restarting MySQL
The MySQL query cache enables caching of queries which, in theory, should speed querying the database up. It’s possible
Get a list of all available functions with PHP
Renaming a table in MySQL
Sending a CSV file to the web browser with PHP
In the past I’ve written about how to save data as a CSV file using PHP
Using HTML
I recently had a comment on my how to check and uncheck a checkbox with jQuery
Specifying the auto-login name with PuTTY
PuTTY is a freeware terminal emulator and SSH client for Windows packed with a lot of useful configuration options.
Listing MySQL tables with PHP
This post shows how to use the MySQL "SHOW TABLES FROM" SQL query to get a list