Linux, Apache, Nginx, MySQL, Javascript and PHP

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

HTML And CSS

Fieldset and legend tags in HTML forms

Last week I looked at the very useful <label> tag for HTML forms

Javascript

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

PHP

Get a list of all available classes with PHP

PHP has the function get_declared_classes() which allows you to get a list of all the available system and
HTML And CSS

Blockquotes and XHTML Strict

Jeffrey Way posted an interesting tutorial about CSS Shapes

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

Javascript

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
Apache PHP

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

MySQL: Delete records in one table that are not in another

MySql

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

PHP

Get a list of all available functions with PHP

PHP has the function get_defined_functions() which allows you to get a list of all the available system and
MySql PHP

Send CSV data to the browser from MySQL & PHP with fputcsv

MySql

Renaming a table in MySQL

Sometimes you need to rename a table in MySQL. You either run an SQL query to do this or do
PHP

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

HTML And CSS

Using HTML

Applications

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.

MySql PHP

Listing MySQL tables with PHP

This post shows how to use the MySQL "SHOW TABLES FROM" SQL query to get a list

MySql

Reset the auto increment value for a MySQL table

It is possible to reset the auto increment value of a MySQL auto incremental primary key to a new value,
1 29 30 31 32 33 50