- 1,233 categories
- 40,349 scripts
- This article shows you how to use PHP and a MySQL (or any SQL database) to create your own basic search engine. Covers creating SQL tables, Using regular expressions to match keywords, Connecting to the database, and Returning the results.
- Categories
- Tags
- Platforms
- Licenses
- Many devs using MySQL have fallen in love with PHP. Jason Gilmore explains why they''re the perfect couple. This is ore of an introductory article on PHP and MySQL covering such topics as features of PHP and MySQL, and how to use PHP to interact...
- Categories
- Tags
- Platforms
- Licenses
- AcidWorx Guestbook complete and easy to use guestbook prgoram. It runs using a MySQL database on backend, and comes with complete instructions on how to modify it for your site.Admin interface added in the NEW version to Modify and Delete Guestbook e...
- Categories
- Tags
- Platforms
- Licenses
- This tutorial shows you how you can use PHP in conjunction with WML to serve dynamic content to a WAP-enabled wireless device. The sample code illustrates several facets of user interaction via a wireless web browser, including: Performing basic inse...
- Categories
- Tags
- Platforms
- Licenses
- 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
- The MySQL database is one of the most popular among PHP developers, and there are numerous well-documented PHP functions you can use in conjunction with your MySQL databases. In this tutorial, you will learn how to make a simple connection to MySQL u...
- 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 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: