Tag | freelance PHP

PHP Photo Upload and Resize Image Script

Aug 15th, 2010Comments Off

custom php1 PHP Photo Upload and Resize Image ScriptThe client requested I modify their existing PHP photo upload script. The code was having problems accepting larger file uploads. I modified php.ini to allow file uploads to 8MB. Other modifications included resizing files to display a smaller size in the browser. A couple of other minor bugs were addressed such as fixing a pop up message stating “This Page Contains Both Secure and Non-Secure Items”

Custom PHP Job Manager Tool

Aug 8th, 2010No Comments

custom php1 Custom PHP Job Manager ToolThe client hired me as a freelance PHP programmer to build a custom PHP tool so he could manage job listings on his website.
I built a simple PHP application with the following functionality:

  • Back end password protected area to manage jobs from the web browser.
  • Functionality to create, edit and delete jobs.
  • Functionality to activate and inactivate job listings from displaying on the site temporarily
  • Functionality to assign jobs to multiple categories
  • Functionality to assign job listings as Featured. Featured jobs display randomly on the home page each time the pages is requested.
  • Front end ability to sort jobs, displayed by categories.