What is a BLIND SQL Injection?

January 27th, 2010 1 comment

Its been awhile, and I have been pretty busy. I decided to talk a little bit about a few things I have learned and been working on. When it comes to website security, most programmers understand what SQL injections are ...... More »

PHP to create website thumbnails

September 25th, 2009 3 comments

Want to know how to create a thumbnail/screen shot of a webpage using PHP? Well check it out here ...... More »

WhosOnline Tutorial now online!

September 25th, 2009 2 comments

With the success of the WhosOnline PHP script, I have made a quick and simple tutorial on how to use it for whatever you decide. It is really easy and can be used to do anything from displaying the total number of peopl ...... More »

WhosOnline updated again!

September 24th, 2009 No comments

The biggest feature is the ability to show WHO is online, not just a count!!! Read more ...... More »

jQuery, PHP, and Forms

September 4th, 2009 3 comments

I decided to put up a quick post on how I have been using jQuery and PHP to process forms for me very easily. To get started, let me give you a background on what I have been trying to do. I have a page with a list of ...... More »

PHP Tutorial [Part 2] underway!

August 25th, 2009 No comments

Its been a while since I got an update up. I started working on the second part of my PHP tutorial. I plan on covering functions, arrays, and get/post variables for now. I will probably have a third part eventually co ...... More »

Whos Online updated!

August 13th, 2009 1 comment

I have been working on the simple function I created earlier. I have updated it and made it a little more complex, but has a few more options. I have turned it into a class and has the install function coded into it. ...... More »

WordPress Database Tutorial posted!

August 10th, 2009 3 comments

I just created an in depth tutorial that covers the entire wp-db.php file and how WordPress uses it, and how to use it to create plug-ins for WordPress. It is posted in the tutorials section, here. Check it out and let ...... More »

More with PHP Classes

August 8th, 2009 No comments

I got a comment on my PHP OOP tutorial to explain how to relate what I taught to real life scenarios. His scenario was Human Resources Information. The first thing we will need to decide is what info is important, so l ...... More »

PHP PDO and SQL injections

August 8th, 2009 3 comments

SQL Injections o_O??? ...... More »