mirror of
https://github.com/php/web-php.git
synced 2026-03-31 03:32:23 +02:00
11 lines
192 B
PHP
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"?>
|