jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-Related

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

Database Abstraction with ADODB

Rating 0.0 0.0
The use of abstraction layers is a controversial topic among PHP users. There are reasons why people use them, and likewise why they don’t. In this article I will be going through the advantages and disadvantages of using the ADODB database abstraction layer.
Platform(s): Linux, Windows, FreeBSD Date: Dec, 19 2006
DETAIL
Hits: 1025

Mastering phpMyAdmin for Effective MySQL Management

Rating 0.0 0.0
This is the Full chapter 6 from the recently published book 'Mastering phpMyAdmin for Effective MySQL Management'. The Chapter 'Changing Table Structure' give a great step by step guide with diagrams. Publshed in HTML for your enjoyment.
Platform(s): n/a Date: Sep, 06 2005
DETAIL
Hits: 1005

Display MySQL table as HTML example

Rating 4.0 4.0
This example use MySQL functions from PHP to display full MySQL table(every column and every row) as HTML.
Platform(s): Windows Date: Oct, 25 2006
DETAIL
Hits: 973

PHP Script Tips - Working with MySQL Database

Rating 0.0 0.0
A collection of 21 tips on working with MySQL database. Clear explanations and tutorial exercises are provided on connecting and selecting MySQL database, creating and dropping tables, inserting, updating, and deleting rows, selecting and looping through data rows, searching by key words, setting auto-increment IDs.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Date: Jun, 12 2006
DETAIL
Hits: 911

Conecting to a MySql Database in PHP

Rating 0.0 0.0
Learn how to connect to a MySql database in PHP.
Platform(s): Windows Date: Jul, 30 2005
DETAIL
Hits: 910

Simple Pagination

Rating 0.0 0.0
Learn how to make pagination ([1][2][3]) with some lines of code, very explained.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Date: Apr, 15 2006
DETAIL
Hits: 889

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: 873

Dealing with special characters

Rating 0.0 0.0
This tutorial will teach you how to deal with special characters like HTML tags, white space etc. from a user submitted form and database output.
Platform(s): n/a Date: Jun, 17 2005
DETAIL
Hits: 862

Previous and Next Links

Rating 0.0 0.0
After reading this tutorial, you should be able to add previous and next links to your pages that display data from a database.
Platform(s): n/a Date: Apr, 19 2005
DETAIL
Hits: 855

A Tutorial on Porting MySQL code using ADODB

Rating 0.0 0.0
In PHP every database is accessed slightly differently. To connect to MySQL, you would use mysql_connect(). When you decide to upgrade to Oracle or Microsoft SQL Server, you would use ocilogon() or mssql_connect() respectively. What is worse is that the parameters you use for the different connect functions are different also.. That's why a database wrapper library such as ADODB comes in handy when you need to ensure portability. &lt;p&gt; This tutorial has been translated into multiple languages, including German, Spanish, Polish, Thai and Chinese.
Platform(s): n/a Date: Sep, 05 2003
DETAIL
Amount: 124
Displaying: 11 - 20
Pages: << 1 [2] 3 4 5 6 7 8 9 10 11 12 13 >>