PHP Classes

File: remoteDB/irp_config.php

Recommend this page to a friend!
  Classes of Marco Sillano   Simple CRUD with MySQL 2   remoteDB/irp_config.php   Download  
File: remoteDB/irp_config.php
Role: Auxiliary script
Content type: text/plain
Description: mySQL access data
Class: Simple CRUD with MySQL 2
Output SQL and CRUD forms based on remoteDB class
Author: By
Last change:
Date: 6 years ago
Size: 116 bytes
 

Contents

Class file image Download
<?php
// TODO: update
$dbServer='localhost'; $dbUsername='root'; $dbPassword=''; $dbDatabase='remotesdb';
//
?>