↧
Enth3 JavaScript Spam Protection
Open show_join.php and near the bottom, find this: <input type="submit" value="Join the <?php echo $info['listingtype']; ?>" class="enth3_submit" /> ..just before it, add: <script...
View ArticleSecuring Your Passwords
Most people have their MySQL connection strings and other important data in a config/functions file in the main public_html directory. One badly set permission, or even a server glitch, can cause this...
View ArticleCreating a Custom WordPress Shortcode
Creating your own WordPress shortcodes is a nifty way to build dynamic elements into your website without relying on 3rd party developers or plugins. This tutorial offers a beginner’s guide to creating...
View Article