DevShed Interviews the Developers of Project Midgard in PHP
- September 30, 1999 The open-source Project Midgard is an innovative PHP/Apache-based API for creating and maintaining Web sites. DevShed interviews its developers, Henri Bergius, Emiliano Heyns and Jukka Zitting, to discover the concept behind the code. 16 comments.
Talking to Databases in Roxen
- September 20, 1999 Learn how Roxen Challenger communicates with databases to create dynamic content. Because of Roxen's unique structure you will see that you don't have to be a programmer to query a database and prepare the output. 4 comments.
User-Contributed: PHP, Mysql, and Images in PHP
- August 03, 1999 Often DevShed users write their own tutorials that they want to share with the world. See what tutorials users like youself have written...you can also use DevShed's comments feature to let the author's know how they can improve their tutorials. To submit your own article write webmaster@devshed.com. 36 comments.
MySQL Table Joins
- July 06, 1999 One of the great characteristics of SQL (Structured Query Language) is the
fact that one
can develop, access and modify data across various tables. There are several
benefits to
this, including greater ease of manipulation, increased speed of access, and
reduced
data redundancy. In MySQL (as well as many other SQL languages), this is
accomplished via the join command.
18 comments.
MySQL Documentation
- June 23, 1999 The complete MySQL Documentation 8 comments.
Setting Up Database Driven Websites in Administration
- May 20, 1999 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 server-side-scripts. 79 comments.
Quick and Dirty Search Engine with PHP and MySQL in PHP
- April 30, 1999 ht://dig will take care of indexing and searching your html pages. Perhaps you have very few html pages and most of your "content" resides in BLOBs in your database. In that case, you can't do anything useful using a like %searchword% query, it just isn't coming back relevant. 15 comments.
Beginning MySQL Tutorial
- April 03, 1999 One of the fastest SQL (Structured Query Language) database servers currently on the market is the MySQL server, developed by T.c.X. DataKonsultAB. MySQL, available for download at http://www.mysql.com, offers the data base programmer with an array of options and capabilities rarely seen in other database servers. What's more, MySQL is free of charge for those wishing to use it for private and commercial use. 157 comments.
MySQL Administration
- March 30, 1999 MySQL Administration correctly administering the MySQL server, including the manipulation the privilege system, and making intelligent decisions about the capabilities (permissions) given to users. 40 comments.
PHP3 Introduction in PHP
- March 26, 1999 Introduction to PHP and web database interfacing with MySQL. PHP3 is an HTML-embedded scripting language allowing web developers to create dynamic, database-driven websites. 182 comments.
The MySQL Grant Tables
- March 01, 1999 One of the most powerful aspects of the MySQL server is the amazing amount of control the administrator has over each user's intended behavior. This control can restrict user privileges over a general part of the server, such as limited access to an entire database, but can also be as specific as limiting privileges for a specific table or even column. 11 comments.
Click here to receive updates on the latest articles.
|
 |
Now Available:
 Click to Order!Search for books on MySQL
Tech News:
Hot Forum Topics
|