Posted by Bruintje Beer on 11/24/05 20:22
Hi,
I have a question about making a database connection (MySQL). In my php
scripts you have a lot of queries to make. Wat is best to do
- Make every time a new connection whenever you execute a query
- Keep the connection, how do you save the connection. Do you need include
file i.e. include('database.php') in every script or include_once
('database.php')
thanks
Navigation:
[Reply to this message]
|