jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-Related

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

Php MySql Primer

Rating 0.0 0.0
topics covered, - mysql connections - error handling - listing databases on a server - listing tables in a database - printing mysql table fields into table header - printing the data into the table automatically why should you look at it? - no specific fields mentioned, just point the script at a server, db and table and watch it do its thing! - you get to reuse the code easily - no functions, includes, api's or anything - all 100% php + mysql code for beginners - runs on php4 or php5, with any mysql version by tss503
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Date: May, 03 2005
DETAIL
Hits: 577

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

Creating Database Error Messages

Rating 0.0 0.0
Ever see the little errors of unable to find a file that is stored in mysql? Well you can use this tutorial to add a little message so the viewers know whats going on.
Platform(s): Linux Date: Jun, 09 2005
DETAIL
Hits: 526

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
Hits: 696

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

Connect to MySQL

Rating 0.0 0.0
Shows you how to connect to a MySQL Server.
Platform(s): Linux, Windows Date: Oct, 07 2004
DETAIL
Hits: 316

Displaying Data In A MySQL Database

Rating 5.0 5.0
This tutorial shows how to store data into a MySQL database and then retrieve it by using a PHP query. This wil teach you the basics behind the use of PHP with databases. A VERY good tutorial for beginners who are interested in learning the language quickly.
Platform(s): n/a Date: May, 09 2005
DETAIL
Hits: 291

PHP MySQL Tutorial

Rating 0.0 0.0
This is a PHP and MySQL tutorial. With code examples like uploading files to database, creating guestbook, contact form, Content Management System (CMS), User Authentication etc.
Platform(s): Linux, Windows Date: Apr, 29 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: 568

Count and display the number of rows in a MySQL database table

Rating 3.0 3.0
This code will count the number of entries / records in a MySQL database table and then display it using echo.
Platform(s): n/a Date: Mar, 10 2004
DETAIL
Amount: 124
Displaying: 41 - 50
Pages: << 1 2 3 4 [5] 6 7 8 9 10 11 12 13 >>