Page 2 of 2

Posted: Thu May 11, 2006 3:35 am
by Benjamin
Echo the query, echo the error, post the results in a new forum post in the Database category.

Posted: Thu May 11, 2006 9:32 am
by katd
Thank you Everah and everyone else it is now working.

I think that this is what fixed it

Code: Select all

/******************************************
                         * THIS SHOULD BE DIE SEEING AS QUERY DOES
                         * NOT EXIST HERE
                         *****************************************/
                        die('<p><font color="red">Please click "back" and try again.</font></p>');
                }
                /**********************************************
                 * CLOSE THE ISSET CHECK HERE AND RUN THE QUERY
                 * OUTSIDE OF IT
                 *********************************************/
        }
as I left this in and the error checking in the fuction get_home_record but took out any other additions to the original code and it now works. BRILLIANT!!

Once again THANKS everyone. :D :D :D

Posted: Thu May 11, 2006 10:17 am
by RobertGonzalez
Sweet. Glad it is working now.