Database Handling with PHP/MySQL Tutorial

Database Handling with PHP/MySQL TutorialShort Description
Unlike other scripting languages for Web page development (i.e. ASP), PHP is open-source, crossplatform, and offers excellent connectivity to most of today’s common databases including Oracle, Sybase, Microsoft SQL Server, MySQL, Postgresql, ODBC (and others). PHP also offers integration with various external libraries which enable the developer to do anything from generating PDF docum ents, accessing secure payment services and producing graphic output, to parsing XML.

Website: www.nadil.nadil.net | Filesize: 45kb
No of Page(s): 9
Read more

Packaging MySQL on Andrew Linux

Packaging MySQL on Andrew LinuxShort Description
This document assumes that you have some base familiarity with Systems Administration, administrative privileges on the system(s) that you are about to modify, and a passing familiarity with the Andrew Package System1. Finally, you have an understanding of how to modify files, and more importantly which files you shouldn’t modify.

Website: www.cmu.edu | Filesize: 567kb
No of Page(s): 8
Read more

Building database driven applications using Flash, PHP and MySQL.

Building database driven applications using Flash, PHP and MySQL.Short Description
This Tutorial will show how to populate the combo box from a database table and additionally put add, edit and save functions on this form.

Website: www.interactivewebconcepts.com | Filesize: 895kb
No of Page(s): 20
Read more

Tutorial First steps in setting up tables in mySQL

Tutorial First steps in setting up tables in mySQLShort Description
In this tutorial we will find out how to create a database, then create a table and populate it with data. We will also look at one or two issues that may occur, and look at ways of solving them. The brief is to create a user database that can be accessed via a web browser for user authentication. This is effectively the means to provide a gateway into a secure or subscription only web site.

Website: www.jup-it-er.co.uk | Filesize: 140kb
No of Page(s): 11
Read more

Chapter 3. MySQL Tutorial

Chapter 3. MySQL TutorialShort Description
This chapter provides a tutorial introduction to MySQL by showing how to use the mysql client program to create and use a simple database. mysql (sometimes referred to as the ”terminal monitor” or just ”monitor”) is an interactive program that allows you to connect to a MySQL server, run queries, and view the results. mysql may also be used in batch mode: you place your queries in a file beforehand, then tell mysql to execute the contents of the file. Both ways of using mysql are covered here.

Website: rdewan.simon.rochester.edu | Filesize: 595kb
No of Page(s): 36
Read more

PHP/MySQL Tutorial

PHP/MySQL TutorialShort Description
Open source has brought a lot more than Linux to the computing world. It has also given us PHP and MySQL. According to Graeme, PHP and MySQL are the world’s best combination for creating data-driven sites. In the first installment of this three-lesson tutorial, our Kiwi guide covers everything you need to know to begin developing database hubs. He gives instructions for installation on both Unix and Windows, and then goes on to show some simple scripts that will insert information into a database and display that data on a Web page.

Website: support.onlyscript.info | Filesize: 198kb
No of Page(s): 27
Read more

MySQL and Java

MySQL and JavaShort Description
In this section we will create a new database, a new user, and a very simple table. MySQL has a two level directory like hierarchy for keeping databases and tables. At the root there is MySQL; under root you can only create “databases.” Database is almost like a directory, you can create “tables” under a database.

Website: www.cs.ucdavis.edu | Filesize: 121kb
No of Page(s): 7
Read more

Next Page →