Categories
Tags → Php 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

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 (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

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