Re-connect to MySQL every time you call PHP?

nickname

New member
For example...

<?php
/*Pretend MySQL Connect code is here*/
?>
<A href="/home.html">Home</a>
<?php
/* Do I have to re-connect to MySQL here? Or does the connection carry over? */
?>
 
Back
Top