Problem with Php

73 views
Skip to first unread message

Rom1

unread,
Apr 12, 2012, 12:32:26 PM4/12/12
to easy...@googlegroups.com
Hi All,

I just find Easy APNS and i find the project is great but i have some "troubles" to parameter the php side.

When i watch the Video Tutorial it show us where we have to modify the code to put our mysql database informations ... But  in the actual class_DbConnect.php source code we have :

function __construct($host, $username, $password, $database)
{
$this->DB_HOST = $host;
$this->DB_USERNAME = $username;
$this->DB_PASSWORD = $password;
$this->DB_DATABASE = $database;
}

I am not an expert with PHP code, but those are variables ... but i cannot find where i have to put my connection datas.

Is someone could help me ?

Thanks for all !

Rom1
Reply all
Reply to author
Forward
0 new messages