- 1,233 categories
- 40,467 scripts
- This tutorial explains how to use several basic MySQL database functions in PHP. Main topics include: Connecting to a mySQL database using PHP, SHOW available tables, Using telnet to CREATE tables, How to INSERT, QUERY, UPDATE, and DELETE rows in a t...
- Categories
- Tags
- Platforms
- Licenses
- When interacting with a database, functions are called that are common to every transaction; functions to establish a connection, execute the query and then close the connection. This article shows how to create functions that will eliminate this red...
- Categories
- Tags
- Platforms
- Licenses
- This tutorial will show you a sample of how to generate a random number and how to use that number to get a random item from a list. This example uses a MySQL database to store the image names and URLs.
- Categories
- Tags
- Platforms
- Licenses
- This tutorial is intended for PHP programmers interested in learning how to apply PHP''s GD image manipulation support. Readers interested in learning how to access a MySQL database from PHP, and/or define a PHP function will also benefit from t...
- Categories
- Tags
- Platforms
- Licenses
- This is a short tutorial on how to use the sessions (in PHP4) with a user, form-based login. This would be useful for just about any site where you had a &"members only&" area and wanted to validate the users from a database or anyt...
- Categories
- Tags
- Platforms
- Licenses
- This tutorial will show how you can store the data via the HTML forms &"File&" feature in your MySQL database and how you can access and use this data in your webproject.
- Categories
- Tags
- Platforms
- Licenses
- This is a tutorial on how to create a web database application using PHP and MySQL on Mac OS X or Linux platforms. The example used is a database to manage web site links. The same ideas used in this tutorial can be expanded to most web applications ...
- Categories
- Tags
- Platforms
- Licenses
- This simple tutorial shows you how to write form data to MySQL database using PHP. Includes a sample code and instructions.
- Categories
- Tags
- Platforms
- Licenses
- Other Free / Open Source License
- This tutorial is an introductory guide to get you started in the world of server-side-scripting and web databases. It covers installation and configuration of MySQL, Apache, and PHP. An example script is also included as a guide for making your own s...
- Categories
- Tags
- Platforms
- Licenses
- This excellent five-page tutorial introduces you to the world of PHP3 programming and Web database interfacing with MySQL. Main topics include: The definition of PHP, How to use HTML forms and variables with PHP, MySQL database interfacing, Outputtin...
- Categories
- Tags
- Platforms
- Licenses
Page: