Hi,
I would like to use frames, with mySql connexion.
The problem is that mysql_connect connects in one frame, the in another, and then mysql_close close the connexion (from one frame) so the update from the other frame fails.
In other terms: because it isn's sequential, the connexion is closed by one frame while the other hasn't finished to use the database.
How this problem should normally be solved ???
Thanks