doing several mysql_querys with one mysql_connect ...?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
VisionsOfCody
Forum Commoner
Posts: 30
Joined: Sat Mar 01, 2003 1:19 pm
Location: France

doing several mysql_querys with one mysql_connect ...?

Post by VisionsOfCody »

Hi
is it possible to do several mysql-querys with one mysql_connect ? I've been trying but i can't get it to work and it may just be a problem of syntax. How would i structure it?
Or is it impossible and i'm wasting my time, lol :? ?
thanks
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

as long as your quering the same database, there is no problem at all. post some code and someone will help you out :).
VisionsOfCody
Forum Commoner
Posts: 30
Joined: Sat Mar 01, 2003 1:19 pm
Location: France

Post by VisionsOfCody »

Hi
thanks - now i know it is possible i'm going to try to crack it myself - but if all else fails i'll be back here again pestering everyone :roll:
Post Reply