jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-Related

DeEnFrSp
Amount: 124
Displaying: 51 - 60
Pages: << 1 2 3 4 5 [6] 7 8 9 10 11 12 13 >>
Sort Listings By:
Hits: 510

SQLite: A Lightweight Alternative

Rating 0.0 0.0
In this tutorial, Timothy shows you how to get started using SQLite starting with how to obtain it and install it and progressing through example usage.
Platform(s): n/a Date: Apr, 19 2005
DETAIL
Hits: 798

PHP and MySQL examples

Rating 4.0 4.0
The purpose of these examples are to show you various ways to use PHP and MySQL. The examples include displaying all fields in the database, random fields, sorting alphabetically and limiting the results returned.
Platform(s): Linux, Windows Date: Apr, 18 2005
DETAIL
Hits: 335

Random MySQL result-set

Rating 0.0 0.0
This sample script produces a result set of random rows from a table. It does so by populating one of the columns with a random number, and then doing a select statement that uses it to sort the results.
Platform(s): n/a Date: Apr, 17 2005
DETAIL
Hits: 449

PHP and Writing to MySQL Databases

Rating 3.5 3.5
This simple tutorial shows you how to write form data to MySQL database using PHP. Includes a sample code and instructions.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Date: Apr, 16 2005
DETAIL
Hits: 149

Building database table handlers in PHP using OO approach

Rating 0.0 0.0
OO approach described in this article helps to create data layer abstractions which are easy to port to other databases without altering the application code
Platform(s): n/a Date: Apr, 16 2005
DETAIL
Hits: 467

PHP4 Session Handler using ADODB

Rating 0.0 0.0
PHP4 is packed with good features. One of the most popular is session variables. These are variables that persist throughout a session, as the user moves from page to page. Session variables are great holders of state information and other useful stuff. PHP4's session variables are stored in files by default. However for true scalability, it is better to store this data in a database using a database wrapper library like ADODB. ADODB supports Oracle, MySQL, PostgreSQL, Interbase, MSSQL, VFP, Access, ADO.
Platform(s): n/a Date: Apr, 14 2005
DETAIL
Hits: 530

Adding Rows into mySQL from a web interface

Rating 0.0 0.0
This simple tutorial shows how to enter a data from a web form to mySQL database using the power of PHP.
Platform(s): Windows Date: Mar, 16 2005
DETAIL
Hits: 416

Database Normalization And Design Techniques

Rating 3.5 3.5
One of the most important factors in dynamic web page development is database definition. If your tables are not set up properly, it can cause you a lot of headaches down the road when you have to perform miraculous SQL calls in your PHP code in order to extract the data you want. By understanding data relationships and the normalization of data, you will be better prepared to begin developing your application in PHP. This 6-page article describes the data relationships and the normalization of data using a simple example.
Platform(s): n/a Date: Dec, 17 2004
DETAIL
Hits: 646

PHP/MySQL Comment System

Rating 0.0 0.0
Learn how to easily create a comment system. Don't know what a comment system is? Well, it's what you see very often in a news system. Basically it allows your users to give feedback on tutorials, news etc. This tutorial is definitley a must-see.
Platform(s): Windows Date: Nov, 24 2004
DETAIL
Hits: 477

Database Driven Pagination Script

Rating 0.0 0.0
This is a database driven pagination tutorial. Pagination refers to when return results are broken up into pages. For example when say a search returns 100 results but 10 results per page is desired and links to the other pages with 10 more results are generated. This is used to avoid scrolling nightmares. A classic example is the google search. This tutorial assumes basic knowledge of php scripting and mysql databases.
Platform(s): Windows Date: Nov, 24 2004
DETAIL
Amount: 124
Displaying: 51 - 60
Pages: << 1 2 3 4 5 [6] 7 8 9 10 11 12 13 >>