-
Recent Posts
Categories
Archives
Category Archives: php
Format of Numerical Values Matters to Your MySQL Database
In using databases we tend to move around a lot of data. So much data, in fact, that it’s impossible to verify every single datum in a manual way. What we can and should do is verify that the beginning, … Continue reading
Posted in mysql, php
Leave a comment
How to Import a Data File into MySQL via phpMyAdmin
Sometimes we have a need to read data into an existing database. Knowing how to import a data file into an established table can save you a lot of time. First, we’ll be working with MySQL and to make things … Continue reading
Posted in mysql, php
7 Comments
Calendar Pick-A-Date Scripts Reviewed
This week I needed to make a form where the user needed to enter two dates in order to produce a report with the selected start and end dates. What were my options? I considered writing my own php script … Continue reading
Posted in CSS, Software, mysql, php
Leave a comment
Mass Delete Spam Comments in WordPress
So, the spam is getting out of control on your WordPress blog? Even if you have activated the Akismet plugin – and you should – SPAM may keep filing up the comments. You can just let it ride and those … Continue reading →