* added the initial setup for mediacube page. * using mysql as database and foundation for layout support.
7 lines
149 B
PHP
7 lines
149 B
PHP
<?php
|
|
$servername = 'localhost';
|
|
$username = "coati_newsletter";
|
|
$password = "coati";
|
|
$dbname = "coati_newsletter";
|
|
$tabename = "subscriber";
|
|
?>
|