Categories
PHPTips and Tutorials → Database-Related

How to backup your MySQL database using PHP

If your website some how gets hacked and you lose all your MySQL Database information, I doubt you would be laughing or smiling That's why you need to backup your database from time to time so that you can put it back the way it was. Here is a simp...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Insert MySQL PHP data

In thie tutorial you will learn how to insert information in to a PHP MySQL database.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Create a database on the fly

In some recent work I needed to have databases created with a back end application. Once the database was created from this online application it was pre filled with tables and data from another script that ran right after the database was made. To c...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Other Free / Open Source License
DETAILS

PHP MySQL tutorial

In this PHP MySQL tutorial I will show you how to use basic database manipulation features in PHP.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Sending queries to mySQL

PHP send quesries to mySQL using mysql_query function. mysql_query function returns boolean (True or False) value which your quesry does not return any records. Queries (sql statements) like SELECT, SHOW, DESCRIBE, EXPLAIN return false value on error...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Display PHP MySQL Data

Learn how using dreamweaver can display information stored in a MySQL database.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Export picture from mysql database to file with php

Mysql provide blob type for storing data, if you looking a way to export your blob data into a file (picture) maybe this tutorial will help.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Creating a simple SQL script executor

In this tutorial I will show you how you can create a simple PHP script to execute MySQL batch files.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Using PHP with MySQL

Quick and easy script on how to create a DB link and execute an sql statement
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • GPL
DETAILS

Basics of MySQL

MySQL is a very powerful language. Coupled with PHP you can do just about anything you want. This tutorial here will cover &"INSERT&", &"SELECT&", &"DELETE&", &"UPDATE&" and &...
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com