mysql Archive
27 Feb 2013
Autocomplete with PHP, MySQL and Jquery UI
A clean guide on creating an autocomplete input using jQuery UI & PHP
6 May 2011
Importing CSV (spreadsheet) data into a MySQL Database using PHP
Working with CSV files is very common practice, as such you'll want to add data from spreadsheets into a database, this tutorial will show you how to do just that. For this tutorial where going to work
5 May 2011
Searching with PHP and MySQL beyond LIKE
By David Carr On 5 May 2011 In PHP
Ever wanted to add a search feature to your php & MySQL driven web site? Then your in luck this tutorial shows you how!
5 May 2011
Show all MySQL databases and tables
By David Carr On 5 May 2011 In PHP
Want to see what databases you have and what tables are inside each database but do not have access to phpmyadmin or similar program? Luckily mysql has some built in functions that enable you to see your
5 May 2011
Limit the amount of characters from a MySQL Query
By David Carr On 5 May 2011 In PHP
Tutorial to limit the amount of characters from a MySQL query.
5 May 2011
Limit MySQL output
By David Carr On 5 May 2011 In PHP
This tutorial will show you how to limit how many results you get from a database query
4 May 2011
Connecting to a database
By David Carr On 4 May 2011 In PHP
This tutorial will explain how to connect to your database