|
Lines 30 and 31 contain closing braces w/o an opening and line 58 contains backgroundImages instead of background_images.
I don't see any sanitization on $_SESSION['current_location']=$_GET['newLocation']; which could be a problem (though elsewhere in this script you just reference the $locations array).
Also, you have the doctype as XHTML Transitional, but aren't using XHTML (e.g. all opening tags must either close or be self-closing).
Those are a few things I noticed, but I didn't look too heavily as the code is a bit complicated to read. As a suggestion, you may want to try standardizing your indentation, putting CSS in the stylesheet, not use deprecated tags like FONT, use CSS instead of <p> </p> for spacing, and use CSS instead of tables for layout.
Hope that helps
__________________
Jeremy Miller
Please login or register to view this content. Registration is FREE
|