Database-Related. Tutorials & Tips. PHP. Scripts from Hot Scripts. Review before you use or buy a script! Let Hot Scripts uncover the best free, open source and commercial hot-scripts Database-Related scripts for your web site.
Database-Related
-
MySQL backup tutorial
In this tutorial I will show you a short and simple way how to create a backup copy of your MySQL database using the mysqldump utility.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
PHP MySQL tutorial
In this PHP MySQL tutorial I will show you how to use basic database manipulation features in PHP.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
SQL tutorial, aggregations
SQL tutorial video presents the use of aggregate functions: MIN, MAX, AVG, SUM, COUNT, DISTINCT. Free lesson with practical examples describe how to group data using GROUP BY and HAVING clauses.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
PHP Spell Check script
This is a spelling checking script written in PHP/MySQL. It asks the user to input an English word and checks if the spelling is correct. If the spelling is not correct, it offers different suggestions of similar words.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
MongoDB tutorial, introduction to NoSQL
MongoDB is an open source NoSQL database system. Tutorial presents introduction to MongoDB. Free lesson describe how to use document-oriented database system: how to insert, select, update and delete data, use Set and Unset operators.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Concatenate strings and fields in MySQL
This article demonstrates how to concatenate two or more strings and fields in MySQL using the CONCAT() function.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
PHP and MySQL Connections
Within PHP there will be a time when you want to access a MySQL database to store or retrieve data. MySQL is the most commonly used Data Source for PHP, so we will take a look at how we connect to the MySQL database and how to use the data.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Inserting Data in MySql Database using Forms
In this tutorial, you will learn how to insert data in Mysql Database using forms, adding data to database through forms is very useful, because it more easier…
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Insert and Select data from Mysql Database
In this tutorial i will teach how to INSERT and SELECT data from a MySql Database, this is a beginner tutorial, this tutorial will also teach you the using of @mysql_fetch_array Function in PHP.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Connecting and Selecting MySql Database
Today, in this tutorial i will teach you the basic of connecting to database, Learn how to connect to MySql Database and how to select MySql Database, This is a very easy tutorial, a beginner tutorial…
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Php and Mysql Count() Function
Count all elements in an array, or properties in an object, This is particularly useful for counting all the elements of a multidimensional array. The default value for mode is 0. count() does not detect infinite recursion.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Create a PHP/MySQL Powered Forum from Scratch
1.Creating Database Tables 2.Introduction to the Header/Footer System 3.Getting Ready for Action 4.Displaying the Forum Overview 5.Signing up a User 6.Adding Authentication and User Levels 7.Creating a Category 8.Adding Categories to... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Creating an object oriented MySQL abstraction class
In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Select random records from a MySQL database
Sometimes it could be very helpful to select a record from a table randomly. You can find such solution when you see random partners or randomly selected tutorials. This tutorial shows you how to select records randomly from a MySQL database.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Build PHP applications in MySQL with ezSQL and safeSQL
Learn how to build better PHP and MySQL applications with ezSQL and safeSQL.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Introduction to MySQLi Prepared Queries
A quick introduction to the process of using MySQLi prepared queries in PHP, and a brief discussion on the advantages over standard queries without replaced parameters.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
How to create an Array from a Database Table
With this article,I want to show you 3 simple functions that will allow you to create an Array from the content of a Database Table .All the functions return the same result,therefore it's up to you to choose which one you like better
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Output MySQL data in columns
A basic script that can output a MySQL result into nicely formatted columns. The number of columns can easily be adjusted from 2 to whatever number is suitable for your site.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Creating a full-text search engine
There are great benefits of using the full-text possibilities in MySQL when building a search engine for a PHP based site. This tutorial will guide you through everything from the basics behind full-text searching, to a final script that you can use on... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose