This is an update to a previous post. In another post on this site, it…
Category: PHP
Script Storage
Update here: Script Storage Update Throughout my career, my scripts have been a vital piece…
PHP Regular Expressions – Remove Comments From SQL Text
This short block of PHP code takes a SQL script and removes the “dash-dash” and…
PHP Date Difference
Finding a quick PHP function for date difference was painful. Now that I found it,…
PHP Date Difference
Finding a quick PHP function for date difference was painful. Now that I found it,…
PHP Regular Expressions – Remove Comments From SQL Text
This short block of PHP code takes a SQL script and removes the “dash-dash” and…
Basic PHP Data Setup
Ideally, when setting up a data-driven PHP site, you should have your configuration and database…
HTML Checkboxes
Occasionally, you discover something that you have been doing wrong for a long time. Sometimes…
PHP and jQuery – Reduce Long String to Preview Length and Reveal Full Text OnClick
Goal: Reduce long string to specified length for end-user preview. Reveal entire string when clicked. …
JSON Returning NULL When Special Characters Exist in Result Set
Nearly 24 hours of my life lost and I just figured this out. Maybe I…