php Archive
-
Working with WHMCS
Well I don’t plan on writing a lot here, but I will let you know that I am currently working with WHMCS (a client management software) and programming a couple add-ons. WHMCS is a great piece of software, but does make it difficult to use their functions. For anyone out there looking to [...] -
What is a BLIND SQL Injection?
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. The user types something into a form that manipulates the SQL statement [...] -
PHP to create website thumbnails
Want to know how to create a thumbnail/screen shot of a webpage using PHP? Well check it out here -
WhosOnline Tutorial now online!
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 people online, to displaying all the members names individually. Take a [...] -
jQuery, PHP, and Forms
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 info, and I wanted [...] -
PHP Tutorial [Part 2] underway!
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 covering advanced topics like classes, sessions, cookies, files, mysql, and stuff like [...] -
WordPress Database Tutorial posted!
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 me know what you think. -
More with PHP Classes
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 lets list a few items: First name Last Name Social Security Number Address City State Zip Date of birth Salary Position Start Date That’s [...] -
PHP PDO and SQL injections
SQL Injections o_O??? -
Wordpress page views hack
I created this pretty quick, and it is by far, not the prettiest thing out there. This uses an extra table in the MySQL table to keep track of pages that get viewed and how many times they are viewed. Here is what I did: Step 1 – Create a new table! Go to your [...]