Forums
This topic is locked
PHP & Mutiple SQL Statements - Bug?
Posted 12 Aug 2003 16:31:18
1
has voted
12 Aug 2003 16:31:18 Scott Kadera posted:
I am working on a site that has to pull records from more than one MySQL database table on each page. Thus, I am playing with a number of SQL statements. In previous versions of DM the statements were all in one PHP bracket. But now it is creating a new bracket for each statement and, in some cases inserting into another php block. In addtion, it is wraping my code in a way that I have to go back and fix it before my script will run. Anybody ever have this problem?