6th May 2011 • David Carr Upload images through a simple form This tutorial will show you how to upload an image and give it a name in a simple form Read more
6th May 2011 • David Carr Avoiding: Headers already sent or Cannot modify header information From time to time you may want to refresh the page or redirect the page with php this is very easy t... Read more
5th May 2011 • David Carr Searching with PHP and MySQL beyond LIKE Ever wanted to add a search feature to your php & MySQL driven web site? Then your in luck this... Read more
5th May 2011 • David Carr Registration script with Validation In this tutorial I will explain how to create a user registration script along with validation. Read more
5th May 2011 • David Carr Change file permissions dynamically with php A tutorial to change file permissions dynamically with php Read more
5th May 2011 • David Carr Delete folders from server using PHP A tutorial to create a function to delete folder and all sub folders from the server. Read more
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