1
0
mirror of https://github.com/php/web-php.git synced 2026-03-31 03:32:23 +02:00
Files
archived-web-php/oz/s_persist.php3
2000-03-08 02:10:21 +00:00

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"?>