browse by tag: sql
sort by
Fuzzy Searching in PHP
in PHP added by porteightyeight, on 8/3/2008 AI advanced database search sql
This tutorial discusses creating an advanced fuzzy search engine using PHP and a database. The tutorial uses the example of a wiki application, but the concepts can easily be applied to other applications in different languages.
comment save reportUsing PHP To Backup MySQL Database
in PHP added by mahmoudcasey, on 12/1/2008 backup database mysql sql
in this tutorial you will learn how to do a backupfile like (back.sql) of one of your database tables or all the database
comment save reportDatabase design fundamentals (PHP, MySQL, SQL)
in PHP added by woork, on 7/1/2008 database how-to mysql sql
This is a mini-guide with hot tutorials to learn, step-by-step, how to design a database from relationships-entities model to final implementation using SQL, MySQL and PHP. Very useful for web developers.
comment save reportSQL Injection Walkthrough
in PHP added by goodphptutorials, on 12/2/2007 injection security sql
The following article will try to help beginners with grasping the problems facing them while trying to utilize SQL Injection techniques, to successfully utilize them, and to protect themselves from such attacks.
comment save reportPHP DataObjects: Simplifying Business Logic without SQL
in PHP added by goodphptutorials, on 23/9/2006 data access databases dataobjects object relational mapping objects orm sql
The goal of this tutorial is to demonstrate a system for manipulating a database without writing SQL queries. I introduce a number of concepts including the DataObject and DataAccessObject which together allow developers focus on manipulating data without needing to write, or even know SQL. This kind of system can be referred to as Object Relational Mapping (ORM)
comment save report