mirror of
https://github.com/php/web-php.git
synced 2026-04-23 15:08:20 +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"?>
|