PHP Classes

File: connect_example.phtml

Recommend this page to a friend!
  Classes of Ricardo Costa   MySQL Connection   connect_example.phtml   Download  
File: connect_example.phtml
Role: Example script
Content type: text/plain
Description: Example of Connection
Class: MySQL Connection
Manage and Log a connection with MySQL Server
Author: By
Last change:
Date: 21 years ago
Size: 75 bytes
 

Contents

Class file image Download
<?php
require("class.connection.phtml");

$table = new connection();
?>