Blog Posts on record




Percent:
 
Distinct:
 


Drinking 3 Beers with no hands in 37 seconds by Funny Videos, Amazing Videos, Humor Videos, Trailers Found on the Web. | Kramsite.com on Jan 18, 2012World record for drinking 3 Beers with no hands in 37 seconds. Now that’s talent.



Samsung NX11 – Shoot Like A Pro (Beginner’s Review) by The Heat Web on Jan 15, 2012Those who know me well, know that I’m really interested in gadgets but not with cameras. I have a smartphone, a tablet, a laptop, but I never had my own camera. Well, before, it was my dream to buy a DSLR but when I got my HTC Desire HD, I stop...



PHP/MySQLi: Update Record by The Code Of A Ninja on Jan 7, 2012This post is part of my PHP/MySQLi CRUD Tutorial. Now here's our update script. Edit link from our index.php can be used after doing this script. We'll call it edit.php<?php//include database connectioninclude 'db_connect.php';//check an...



PHP/MySQLi: Delete Record by The Code Of A Ninja on Jan 7, 2012This post is part of my PHP/MySQLi CRUD Tutorial. So at last, our delete script. It uses JavaScript to prompt/ask the user if he really wants to delete a certain database record.<html>    <head>        &...



PHP/MySQLi: Create Record by The Code Of A Ninja on Jan 6, 2012This post is part of my PHP/MySQLi CRUD Tutorial. Here's the script on how to create a record with PHP and MySQLi. We're going the have the following code for our add.php<html>    <head>        <...



Coldplay’s Mylo Xyloto Limited Pop-Up Edition by Juan Republic on Jan 2, 2012Coldplay’s Mylo Xyloto Limited Pop-Up Edition...



Instagram June to August 2011 Tug of War Marshall,... by May Rodrigo on Dec 16, 2011Instagram June to August 2011 Tug of War Marshall, JUMP! Wallpaper Tsinelas...



Instagram June to August 2011 Tug of War Marshall,... by May Rodrigo on Dec 16, 2011Instagram June to August 2011 Tug of War Marshall, JUMP! Wallpaper Tsinelas...



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...



CakePHP: Update Record by The Code Of A Ninja on Dec 11, 2011This time I'll show you how to update or edit a database record with CakePHP. Our output will be something like this:Click to enlargeClick to enlargeOn our app/controllers/users_controller.php:function edit(){    $this->layout = "crud";&...