I'm pretty new to PHP and I'm trying to write in some queries over an odbc connection. The reason that I can't just write these into the database is because it's a read only, and the person with access refuses to include these queries. I have one query that pulls from various tables. Then the second query calls that first query and then an expression. Could someone point me to an example of how this is done?
Thanks!!