Upload Photo

Upload File and Take Photo styled into buttons Instead of normal form file select boxes HTML CSS

Read More

Submit form

Submit to same page Simply remove the action=”” parameter and a form will be submitted to the same page. Any URL arguments will also be retained. If you want to submit to the same page but with any previous URL arguments removed: A longer explicit way of submitting to the same page Auto Submit Auto […]

Read More

PHP Password Hash Function

password_hash() handles salting and algorithhm selection for you, its baked into PHP, just use it and don’t worry about how to hash and salt. BCRYPT output uses a fixed limited character set and is OK to use directly in SQL strings. If you need to force to fixed settings

Read More

Errors

Showing $wpdb errors Use show_errors() before a query, e.g. Get last error

Read More

SELECT

Return Results or False if none Loop through all row results Get single result Is a result returned? Select From Row + Value Array Read SQL Server Time

Read More