Tag Archives: MySQL

Display & Safety Code of MySQL

Hey guys, I suppose this is a typical beginner question but I couldn’t find an answer on google. Maybe I looked up a wrong term but anyway.. My first question is, is this code secure for sql injection? PHP: ——— … Continue reading

4. E – Commerce Website Tutorial – PHP MySQL Inventory Management

www.developphp.com In this 4th video we will create the Inventory management page in the Admin area. List all inventory and make a form and parser for adding new inventory items. The E – Commerce Web Site we will be assembling … Continue reading

3. MySQL PHP Search Programming : SQL LIKE Syntax UNION and AS Alias with Filters Tutorial

Script: www.developphp.com Part 3 of MySQL PHP Search Programming Exercises for database driven web sites. Search pages that allow advanced targeting and filtering of information. Learn to build HTML Search Forms and Advanced Search Filters, Various MySQL Search Query Methods, … Continue reading

Conexión a bases de datos MySQL desde Visual Studio 2008 [parte 2]

artículo producido por Diego Ernesto Farías [tecla] desde Mendoza, Argentina para su blog personal: diegoernesto.wordpress.com

Calculate difference between current and previous record in MySQL

How to calculate the difference between current and previous record. Here is the table example | rid | time | data | |10000038| 2012-03-13 12:30:18 | 100 | |10000052| 2012-03-13 12:30:18 | 120 | |10000053| 2012-03-13 12:30:18 | 140 | … Continue reading