Blog Posts on mysql
Percent:
RailsFTW, now twice as fast! by Existence, refactored on Feb 5, 2012My Game Jam post is waaay overdue but some stuff happened this week (impromptu upgrade, server migration) so I’ll only get around to post about it probably later today. Anyway, this post is just about the new version up over at RailsFTW. This e...
Script Hex Dump – Forensic Tool by ProjectX Blog – Information Security Redefined on Jan 24, 2012This java based application helps you parse contents of your script e.g. PHP scripts and automatically convert it as hex value, some pentesters use this method to test for possible sql injection vulnerability in a website. As we all know SQL Injectio...
PHP/MySQLi: Connect to Database by The Code Of A Ninja on Jan 5, 2012This is how to connect PHP to MySQL database using MySQLi library. We're going to name this file db_connect.php. I think this is a bit shorter than this one. I have a PHP/MySQLi CRUD Tutorial which shows how to use this file.<?php//set c...
The Mascots that Made a Mark in the History of Computing by THE ULTIMATE CYBORG on Jan 1, 2012Who says that only restaurants have mascots? Well, if you think only restaurants have, then, you’re wrong. The field of computing also have different adorable mascots which they used in the marketing processes of their products. It is indeed an eff...
Paginating, Sorting and Displaying Data with CakePHP by The Code Of A Ninja on Dec 29, 2011Hi guys! Today I'm gonna show you how easy it is for CakePHP to do pagination, sorting and displaying data from the database (I'm using MySQL). Pagination is useful if you have many rows of data, image if you have thousands of records, your page woul...
Tutorial: How to MYSQL Insert, Update, Select, and Delete Data Using PHP by Kahit Ano Tutorial Blogsite on Dec 23, 2011Assuming we have database mydatabase and table user:First, before we execute some sql script we must connect to our database.The PHP code:How to INSERT data?The PHP code:The Result: How to UPDATE data?The PHP code:The result:How to SEL...
Updating WordPress 3.2.1 to WordPress 3.3 by Jcyberinux on Dec 15, 2011Updating WordPress 3.2.1 to WordPress 3.3 by: Revengsky Joseph D. Reyes (a.k.a. rjdreyes – jcyberinux.com) WordPress 3.3 is now release officially, December 12, 2011. Comes with new Interface, responsiveness, with new featured tools. A huge leap di...
WordPress 3.3 “Sonny” is now release by Jcyberinux on Dec 13, 2011WordPress 3.3 “Sonny” is now release by: Revengsky Joseph D. Reyes (a.k.a. rjdreyes – jcyberinux.com) WordPress 3.3 is now release officially, December 12, 2011. Comes with new Interface, responsiveness, with new featured tools. Speaking of new...
Difference between WordPress 3.2.1 and WordPress 3.3 by Jcyberinux on Dec 13, 2011Difference between WordPress 3.2.1 and WordPress 3.3 by: Revengsky Joseph D. Reyes (a.k.a. rjdreyes – jcyberinux.com) WordPress 3.3 is now release officially, December 12, 2011. Comes with new Interface, responsiveness, with new featured tools. A h...
CakePHP: Delete Record by The Code Of A Ninja on Dec 12, 2011Today I'm gonna show you how to delete a database record using CakePHP. Our output will be something like this:Click to enlargeClick to enlargeOn our app/controllers/users_controller.php:function delete(){ //this is the id of the record...


