1
0
mirror of https://github.com/php/web-php.git synced 2026-04-23 15:08:20 +02:00
Files
archived-web-php/als99/s_persist.php3
T

11 lines
192 B
PHP

<?php require "header.inc"?>
<H1>Persistent Database Connections</H1>
<ul>
<li>What are they?
<li>Why use them?
<li>How to create a persistent connection?
</ul>
<?php require "footer.inc"?>