Image

Imagespirit_of_1877 wrote in Imagephp

Hi all,

Well, I got my former problem to work, or at least with a workaround... I put the functions newDbConn() and terminateConn() into the same file as the other functions, and it works fine. Now, I am having a similiar problem with another file, which is intended to list events already in the database. The relevant code is as follows:

First, the PHP code from newshow.php:

http://www.therobotoproject.org/1.txt

REALLY simple. Almost silly, I know. Anyway, here is the code for listShows():

http://www.therobotoproject.org/2.txt

(You can view this at http://www.therobotoproject.org/events/newadd.php)

The problem is once again that it is dying when making newDbConn() call. This is especially frustrating since another function in the same file uses the exact same call without any problems! Does anyone have any idea what is going on?!