Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Database-Related

Results 1-20 of 61
Simple Database ORM
This article explains how to perform basic CRUD operations on a datavase using the included DataContext class. It shows how to insert/update and query data.
(3 ratings)
Reviews0
PriceFree
Views819
How to Create an AJAX Drop Down Menu with PHP and MySQL
A quick tutorial to show how you can make interactive AJAX dropdown menus that are database driven.
(0 ratings)
Reviews0
PriceFree
Views604
Bike
Pretty often you need to run a couple of queries against your MySQL database on the client's web server. Usually phpMyAdmin does the job well but there are situations when you just need to upload something to the server and open in the borwser, without any configuration steps. Welcome Bike, lightweight phpMyAdmin replacement. If you already have a CMS installed on the web server (WordPress, Drupal, Joomla), simply upload Bike to CMS's subfolder and open it in the browser.
(3 ratings)
Reviews0
PriceFree
Views470
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.
(0 ratings)
Reviews0
PriceFree
Views418
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.
(0 ratings)
Reviews0
PriceFree
Views629
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.
(0 ratings)
Reviews0
PriceFree
Views508
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 index.php 9.Creating a Topic 10.Category View 11.Topic View 12.Adding a Reply
(3 ratings)
Reviews0
PriceFree
Views624
Concatenate strings and fields in MySQL
This article demonstrates how to concatenate two or more strings and fields in MySQL using the CONCAT() function.
(0 ratings)
Reviews0
PriceFree
Views457
Record locking in Web applications
In this article we describe how to implement record locking in web applications. Because of the stateless nature of HTTP, you cannot really know whether the user left the page or is still looking at your site. We used the lock confirmation technique combined with lock expiration to solve this problem.
(0 ratings)
Reviews0
PriceFree
Views670
PHP and MySQL Introduction Tutorial
This tutorial covers the basics of accessing a MySQL database from your PHP script. You will learn how to connect to a MySQL database, and how to execute a SQL statement. The example code will output an HTML table containing the contents of a table in the database.
(0 ratings)
Reviews0
PriceFree
Views785
Using MySQL Prepared Statements in PHP
PHP supports MySQL prepared statements using the Mysqli (MySQL Improved) extension in PHP 5 via the MySQLi_STMT class. They are fairly easy to use once you get used to the differences from writing raw SQL statements. This tutorial will explain how to use prepared statements.
(0 ratings)
Reviews0
PriceFree
Views779
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.
(3 ratings)
Reviews0
PriceFree
Views1060
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 simple script using PHP and MySQL to backup your database!
(0 ratings)
Reviews0
PriceFree
Views1256
PHP MySQL tutorial
In this PHP MySQL tutorial I will show you how to use basic database manipulation features in PHP.
(9 ratings)
Reviews0
PriceFree
Views3049
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.
(0 ratings)
Reviews0
PriceFree
Views1435
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.
(0 ratings)
Reviews0
PriceFree
Views1571
Using PHP with MySQL
Quick and easy script on how to create a DB link and execute an sql statement
(0 ratings)
Reviews0
PriceFree
Views1316
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.
(0 ratings)
Reviews0
PriceFree
Views940
Backup all your databases with one click
This is a script usefull mostly to server admins, which will automatically detect all your mysql databases and backup/compress them.
(6 ratings)
Reviews0
PriceFree
Views1412
SQL Server FAQs - PHP MSSQL Functions - Connections and Query Execution
A collection of 18 FAQs on connecting to MS SQL Server with PHP scripts. Clear explanations and tutorial exercises are provided on SQL Server connection; providing port number; selecting database; running SQL statements; checking execution errors; looping through query result; looping through result fields.
(3 ratings)
Reviews0
PriceFree
Views1282
Results 1-20 of 61