5th May 2011 • David Carr Show all MySQL databases and tables Want to see what databases you have and what tables are inside each database but do not have access... Read more
5th May 2011 • David Carr Strip tags from a string From time to time you may need to remove certain tags from a string but leave other tags in tact, Th... Read more
5th May 2011 • David Carr Split a string into parts using explode A tutorial to split a string into parts using explode. Read more
5th May 2011 • David Carr Sticky Forms with PHP Ever submitted a form and not filled in all the field only to have to fill them all in again? This t... Read more
5th May 2011 • David Carr Using the Rand() function in PHP This tutorial introduces you to the function rand() MySQL has many built in functions one of which i... Read more
5th May 2011 • David Carr Edit data from a database A tutorial to edit existing data from a MySQL database. Read more
5th May 2011 • David Carr Including files Including files with php is very easy to do. This tutorial shows you how. Read more
4th May 2011 • David Carr Connecting to a database This tutorial will explain how to connect to your database Read more
17th Apr 2011 • David Carr PHP Redirect Tutorial on PHP redirect to be redirected to another page or web site Read more
11th Mar 2011 • David Carr Switch Statement From time to time you may need to find a value of a variable to perform an action you can do this wi... Read more
16th Feb 2011 • David Carr dbdsgnr Design your database relationships the easy way dbdsgnris a brilliant application all you need to use it is a Google account. dbdsgnrlets you create... Read more
2nd Jan 2011 • David Carr Create Pure CSS Tooltips Through this code, you can have your own tooltips using just CSS!! Read more
15th Dec 2010 • David Carr Styling forms with CSS Forms come in all shapes and sizes but they all look the same and as such they all look really dull... Read more
2nd Nov 2010 • David Carr CSS for different versions of IE Some times your site looks different in IE 6 then it does in 7 or in Firefox. Most of the time you c... Read more
10th Oct 2010 • David Carr Override file upload sizes an htaccess file A tutorial to override file upload sizes an htaccess file. Note htaccess files only work on a linux... Read more