PHP Classes

File: src/constants.php

Recommend this page to a friend!
  Classes of Hicri   PHP MySQL Query Builder Class   src/constants.php   Download  
File: src/constants.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP MySQL Query Builder Class
Compose and execute SQL queries on MySQL using PDO
Author: By
Last change:
Date: 2 years ago
Size: 577 bytes
 

Contents

Class file image Download
<?php


define
("localhost","localhost");
define("dbname","sifirdanphp");
define("dbuser","postgres");
define("dbpass","489623sunA");
define("connection1","connection");

define("DBHost","localhost");
define("DBName","northwind");
define("DBUser","root");
define("DBPassword","");
define("connection","connection");


/*

$sql = "pgsql:host=localhost;port=5432;dbname=sifirdanphp";
$user1 = "postgres";
$sifre = "489623sunA";


$dbhost = "localhost";
$dbname = "sifirdanphp";
$dbuser = "postgres";
$dbpass = "489623sunA";
$connection = "";
*/


?>