PHP PHP Argon2 Password Hashing Writer #1, 2024-08-18 Password Hashing Overview In the world of web development and password storage, an ongoing debate… Continue Reading
PHP Regular Expressions – Remove Comments From SQL Text Writer #1, 2015-12-142024-08-31 This short block of PHP code takes a SQL script and removes the “dash-dash” and… Continue Reading
PHP Date Difference Writer #1, 2013-06-04 Finding a quick PHP function for date difference was painful. Now that I found it,… Continue Reading
PHP Date Difference Writer #1, 2013-06-042024-08-31 Finding a quick PHP function for date difference was painful. Now that I found it,… Continue Reading
PHP Regular Expressions – Remove Comments From SQL Text Writer #1, 2013-03-01 This short block of PHP code takes a SQL script and removes the “dash-dash” and… Continue Reading
Basic PHP Data Setup Writer #1, 2012-12-14 Ideally, when setting up a data-driven PHP site, you should have your configuration and database… Continue Reading
HTML Checkboxes Writer #1, 2011-05-16 Occasionally, you discover something that you have been doing wrong for a long time. Sometimes… Continue Reading
PHP and jQuery – Reduce Long String to Preview Length and Reveal Full Text OnClick Writer #1, 2011-05-142023-06-15 Goal: Reduce long string to specified length for end-user preview. Reveal entire string when clicked. … Continue Reading
PHP Ternary Operator – The "IF-Else" Shortcut Writer #1, 2010-06-22 A ternary operator is a quick shortcut to bypass the multi-line if-else statement. It is… Continue Reading
PHP explode and trim the results? Writer #1, 2010-06-22 php.net – where I posted this Overview This is something that I used to use… Continue Reading