* Thus wrote electroteque ([EMAIL PROTECTED]): > I was wondering if there is any current API for creating match/prepare > statements, therefore say i have a script to insert, update and insert in > the same post, is there a way to reduce to many queries to the database to > do it all in one hit ? Although i usually return the last inc id then add it > to the second query ?
It sounds like you need procedural sql statements. you need to ask someone on the mysql list or use a database that already supports that. Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php