Categories
Tags → Mysql Example

Combine XML, Files and SQLite with PHP 5

This example shows you how to do it if you have no MySql DBMS at hand and a not to extensive amount of data to expect. The XML file (holds all basic data we want to make available in the administration by choice), the text file will handle all the ch...
DETAILS

Simple csv to MySQL tool

This code will take a csv file and create or, insert or update, the data into a MySQL database. It assumes the first line contains the field names and uses that to build the SQL query for the following data lines. There''s a download button fo...
DETAILS

Micro Login System - File based

Micro Login System is a simple PHP based user login system which stores user registration information in a flat file instead of MySQL database. It is easy to install and change the design via CSS. The package contains a login, logout and a registarti...
DETAILS

Mysql Select Query

This simple script uses the DBI module in order to connect to a Mysql database, retrieves the results from a select query and display the results inside a while statement. There is a live example as a demo.
DETAILS

MySQL (BLOB field) Image Gallery Example

This is a simple example of photo-gallery script, which uses MySQL table (BLOB field) to store images. Trivial password-protection, uploading and deleting images are supported. For Apache-version of PHP there is advanced browser-caching support (usin...
DETAILS

Display MySQL table as HTML example

This example use MySQL functions from PHP to display full MySQL table(every column and every row) as HTML.
DETAILS

SysCP

SysCP, the System Control Panel is a server administration tool which enables an internet service provider to give their customers a web-based application to administrate their email addresses, their subdomains etc. The project was founded in autumn...
DETAILS

My Contact Table

My Contact Table is a code generator program and can be used for a variety of applications where you wish to store records into a MySQL database. Perhaps you want a file upload area on your website or only need to create a member''s access area ...
DETAILS

PHP Multipurpose Forms with data binding and cross table

To administrate data has to be efficient and easy to handle. If you consider for example a publishers company with several authors who have written different books it makes no sense to present the data on different web pages. That''s not lucid. ...
DETAILS

PHP Tree Structure stored in MySQL database

cNodes is a php class to store and manipulate tree structure in a mysql database. An example of a typical uses for this would be a web directory. Its important to note that the class and the table are meant only to model the relationships between nod...
DETAILS

Page:
©2019 A--9.com