root / checkoutItem.php

View | Annotate | Download (2.6 KB)

# Date Author Comment
6ebba44e 02/18/2010 06:59 PM Cameron Fackler

Update copyright date to 2010

f7e088bc 12/25/2009 10:29 PM Josh Elser

Add single $db object

23fc21b2 12/23/2009 04:44 PM Josh Elser

Add the club_id to the smarty variable

93dc6a45 12/22/2009 07:28 PM Josh Elser

Use library functions

fd389ac4 09/16/2009 12:17 PM Colin Sullivan

Fixed permissions back to the way they were before I messed them up :)

856037c4 09/16/2009 10:38 AM Colin Sullivan

Proper escaping of characters when inserted into database

This was only happening for the '&' character (upon inserting a new business), because the values were being passed along via $_GET over AJAX. I changed it to use $_POST instead, using the jQuery ajax framework (since I don't know how to use the prototype one).

8a74dc33 08/08/2009 03:24 PM Josh Elser

Remove old code and add in the tooltip help

bd279a60 06/02/2009 01:51 PM Josh Elser

Updated the copyright to be the current year.

53f90fc8 05/11/2009 02:47 PM Josh Elser

Sanitization of user input

3455a82b 04/15/2009 01:13 PM Josh Elser

Added the capability to checkout items. More of a short-term loan.