Archive for August, 2009
-
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 [...] -
Whos Online updated!
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. Like I said, the same stuff can be done [...] -
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???