I’m pleased to announce that ecoCart a RESTful eCommerce web application which I’ve been working as my University web-script programming unit coursework is available for anyone to download and use here. Download Full description: ecoCart is an “online shopping cart” web application which can be installed and fully managed, as well as maintained by […]
Tag: php
NetBeans PHP Tutorial – Quicksort Algorithm #16
In this tutorial I show how to implement a Quicksort algorithm in PHP. Code: […]
EM Captcha – Visual PHP Captcha Class – 1.2 BETA
EM Captcha 1.2 BETA is now available. Version 1.2 is more secure than previous versions and also more efficient. Link to original post with example as to how to use the class Extra Information PHP version: 5.4.0 or above PHP extension / library requirements: SQLite3 and GD (Version 2.0) License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) […]
EM Captcha – Visual PHP Captcha Class
I’ve recently been developing a visual PHP Captcha Class for use in a CMS (content management system) project I’m currently working on as an alternative to Google’s “reCAPTCHA”, for people who don’t know how, or don’t want to set up “reCAPTCHA”. At the moment it’s a relatively simple captcha class that’s easy to implement, I’ve […]
NetBeans PHP Tutorial – GET and POST Variables #7
In this tutorial I give an introduction to using GET and POST variables in PHP, and how to make sure it’s safe to use in an SQL query. […]