root / addBorrower.php

View | Annotate | Download (1.1 KB)

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

Update copyright date to 2010

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).

b6f43b0d 08/01/2009 08:49 PM Josh Elser

Change the auth level on all of the borrower fields so managers can do
it

8a0ed0de 07/25/2009 11:31 PM Josh Elser

Add the first draft for a manage borrowers page