Wednesday, April 22, 2009
Posted in Coding
This is a validation script that I was working on with another programmer and it came out really well. I actually use it for pretty much every form. All you have to do is copy and paste it, place it in the header, or make a new .js file for ...
...Javascript Validation - Email and Required Fields continued
Monday, June 02, 2008
Posted in Coding
I finally got my URL's to display the right way and I pray I never have to go through this process again. For those of you that are new to PHP and creating friendly URL's I will say this:
Make sure you know how you want your URL's ...
...Friendly URL Tutorial 01 continued
Wednesday, May 07, 2008
Posted in Coding
Connecting to the Database
Last tutorial I showed you how to create the database with phpAdmin. Now I’m going to show you how to connect to the database with some PHP Code.
The first thing you need to familiarize yourself with is variable and MySQL statements. I’ll go over it ...
...Blog/News Tutorial 02 continued
Monday, April 28, 2008
Posted in Coding
I am officially starting the PHP Blog and News application tutorial. This tutorial is really for beginners to intermediate PHP developers. If you're an expert you will get bored as you probably know alot more then I do on this matter BUT feel free to chime in if you see ...
...Blog / News Application Tutorial continued