PHP Classes

File: db.php

Recommend this page to a friend!
  Classes of Roberto Martinez   Code Help   db.php   Download  
File: db.php
Role: Auxiliary script
Content type: text/plain
Description: code to open the database
Class: Code Help
Generate model, view and controller pattern code
Author: By
Last change:
Date: 19 years ago
Size: 71 bytes
 

Contents

Class file image Download
<?php

mysql_select_db
("Database", mysql_connect("localhost"));

?>