Scriptads Home
Search script
Advanced Search
Show Categories
Add New Script
Modify script
About Us
Terms Of Use
Link To Us
Recommend Us
Contact Us
Links
List by category
Most popular
 1. WeberDev's Forums
 2. Circular preloader
 3. Easy payments...
 4. FFTW with OpenCV
 5. Phase...
 6. Basic...
 7. Menu with...
 8. UserGate...
 9. PixExpose
10. Two Levels XML...
more ...
Top rated
 1. JavaScript...
 2. Essential PHP...
 3. Flash strip...
 4. JaxterChat ...
 5. Pixel Ad Script
 6. Building...
 7. Smash Bugs | ...
 8. UserGate...
 9. Export MS...
10. WeberDev's Forums
more...

HOME > PHP > Database-Related

 Database-Related scripts

Insert MySQL PHP data
In thie tutorial you will learn how to insert information in to a PHP MySQL database.
 
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
 
PHP MySQL tutorial
In this PHP MySQL tutorial I will show you how to use basic database manipulation features in PHP.
 
Display PHP MySQL Data
Learn how using dreamweaver can display information stored in a MySQL database.
 
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
 
Export picture from mysql database to file...
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.
 
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.
 
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 "RAND".
 
Using PHP with MySQL
Quick and easy script on how to create a DB link and execute an sql statement
 
MySQL - Connecting PHP to Database
This article provides tutorial notes on connecting PHP scripts to MySQl servers. Topics include creating database connection objects; executing INSERT INTO, SELECT, and UPDATE statements from PHP scripts.
 
1 2 3 4 5 6 7 8 9 10