PHP form to email tutorial – Part 3 – Javascript validation

Here in Part 3 we will add Javascript to verify that a Contact Name was filled in before the form goes over to PHP to be processed. This is called client-side validation, since the checks are taking place within the same web page as the form.
Again, it’s just a quick check, so we’re not going [...]

PHP form to email tutorial – Part 2 – Setting up the PHP

In Part 1 we setup the actual contact form using basic html form tags and form elements.
Here in Part 2, we are going to setup the PHP code to receive the data (or info) from that contact form. Open up your html editor and create a new PHP page. Enter the following code bits, in [...]

PHP form to email tutorial – Part 1 – Setting up the form

This weekend I did some volunteer work for a local non-profit by constructing an online form in php that would email from their website. I’m going to simplify that form and walk thru a tutorial to help you build your own online php forms.
Part 1 will walk you thru setting up the actual form to [...]

PHP script for calculating shipping based on weight and destination

Developed this php script for one of my clients eCommerce sites. They needed their shopping cart to calculate shipping costs based on the weight of the item and the destination. And all US shipping was to be Free. Best application for this code is in Click Cart Pro version 6+ but here is the [...]

How to add scripts to Gimp

Close Gimp if it’s running. Download your favorite Gimp scripts from The Gimp Plug-in Registry. Right click the download link(s) and choose “Save as…”
Save the file to your scripts folder. If you’re not sure where your scripts folder is, you can find that by opening GIMP and going to File | Preferences | Folders > [...]