Tag: Open Source

Community

MySQL Stored Functions

(Ian Gilfillan) If procedural programming is new to you, you may be wondering what the difference is between a Stored Procedure and a Stored Function. Not too much really. A function always returns a result, and can be called inside an SQL statement just like ordinary SQL functions. A function param

Community

Open Source-Based Portal-Lite

(Scott Nelson) If a picture is worth a thousand words, a live demo is worth a million. The problem is that a live demo takes as much work as the real thing and is frequently a throw away. Quality demos also can often require almost as much hardware and software as the final product, making it diffic

Community

MySQL and stored procedures

(Edmond Woychowsky) MySQL is “The World’s Most Popular Open Source Database,” at least according to the MySQL Web site. But in spite of this popularity many corporations are resistant to adopting MySQL. There are several reasons for this, from the misguided belief that open source is the software eq

Community

MySQL Query

So far we have seen a couple different forms of queries. This is to be expected as nearly all MySQL in PHP is done through the MySQL Query function. We have created a new table and inserted data into that table. In this lesson we will cover the most commonly used MySQL Query that you must be sure to