Blog Posts on database




Percent:
 
Distinct:
 


PHP/MySQLi CRUD Tutorial by The Code Of A Ninja on Jan 15, 2012Some of my friends wanted a PHP/MySQLi CRUD tutorial. The old way of developing PHP applications with MySQL database is using the MySQL extension. But for newer versions of PHP, we use the MySQLi (i means improved) or PDO extension. It...



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



PHP/MySQLi: Read Records by The Code Of A Ninja on Jan 6, 2012This post is part of my PHP/MySQLi CRUD Tutorial. Now if we're able to create database record, we have to see it on our page. Here's the script to view the records in an HTML table, we'll call it index.php<html>    <head&...



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



2012 Market Research and Analytics Job Predictions by Natural Medicine Free Naturopathic and Homeopathic Resources on Jan 4, 2012By employing this product seems to have healthy diet boosts immune system in repulsing infections by virus (Hepatitis B Virus and liver cancer, Human Papilloma Virus (HPV) and cervical cancer ) and bacteria cialis generika nebenwirkungen in our ... C...



Happy New Year! Here's To Your Liver: Natural Liver Protection … by Natural Medicine Free Naturopathic and Homeopathic Resources on Dec 31, 2011For the acute hangover, try this for prevention and natural treatment . Drink a glass of water between alcoholic beverages and hydrate a lot the “day after”. Also, take a B complex today and, well, really daily! But this can help ...



The Easy way of changing Collation of all Database objects in SQL Server by Raymund Macaalay's Dev Blog on Dec 19, 2011Did you encountered a problem where you wanted to change your database collation to default or even just changing it to a different type? I guess what you had initially done (like me) was to change the collation of the Database well that does not qui...



Compact Database Corruption in MS SQL Server by Computer Technology Blog on Dec 13, 2011The concept of Database corruption still remains obscure in the minds of many database users and the very idea to deal with it would go in vain, if you do not plan out a perfect strategy at the right time. Most often, SQL database users come across...