PHP Portfolio
Many of the PHP programming projects I code, are for a small PHP project where the client needs me to edit a PHP script. They don’t justify adding them as a full project to my PHP portfolio or on my PHP resume, but I still want to showcase them to give you an idea of the type and quantity of work I do. I try to update my PHP portfolio on a regular basis, but that doesn’t always happen. : ) If you don’t see I have done something that you are in need of, feel free to contact me to discuss your PHP programming needs.
I have 14 years experience with web application development and have created numerous custom PHP websites along with modifying and customizing open source applications like Wordpress, Zen Cart, OSCommerce and Joomla.
Online Order Form with Payments of Invoice or Credit Card
A secure online order from was created to enable a user to pay with a credit card using Authorize.net or payment by invoice. The PHP form was complicated with many options to order from, calculated shipping charges and sales tax, and then gave the option to pay be credit card or invoice. Upon completion of the order, an invoice was displayed for the user to print.
Embedded Google Map – Removing Address Pop Up Bubble
The client wanted to embed a Google map into their contact page. There was not a lot of space to work with so the map was pretty small. The address bubble pop up was taking up most of the map and looked bad. I customized the code to not display the address bubble unless you click on the pin point.
Here’s an example:
PHP Image Gallery for an Online Portfolio
I do a lot of PHP programming for web designers that only focus on front end web design. On top of them outsourcing their client work to me, I have built several different online portfolio manager tools so they can easily manage their web design projects on their website through tools rather than having to build and edit numerous static html files. These tools allow them to create categories for their different portfolios, like logo design, website design, business cards…., easily upload images and include captions and descriptions of their web design work.
If you are a web designer and need a PHP programmer to do progamming on a website, please contact me. I can code things as simple as integrate Google Maps, create sitemaps, or contact forms, take your psd web design and convert it to HTML and CSS or WordPress or create an online shopping cart.
PHP – Add Text to Image to Create Custom Certificate
Custom PHP code was written to track progress in an online training program. After each lesson was completed, the logged in user completes a simple PHP form to note they have completed the lesson. When the final lesson has been completed (and all other lessons are complete) , PHP code generates text on a image. The users name, data and certificate code are written to the certificate and then the file is saved to the web server. The user is then sent an email with the certificate as an email attachment.
Secure Web Form
This client needed a form to collect sensitive data on his website. Since sending data over email is never secure, I suggested the following solution:
- Purchase a secure certificate so when data is sent over the internet it would be encrypted.
- Send an email notification to the client that a new form has been submitted. Only very general data was included in the email. Date, name…
- Sensitive data was stored encrypted in the database.


