Hi,
Thanks in advance.
Can anybody help me to retrieve the call details from Elastix server from External server using PHP and Mysql?
Please post sample code.....
<?php
// we connect to example.com and port 3307
$link = mysql_connect('2xx.1xx.7x.2xx:3306', 'asteriskuser', 'admin');
if (!$link) {
die('Could not connect: ' . mysql_error());
}
echo 'Connected successfully';
mysql_close($link);
it is showing error like below.
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'asteriskuser'@'183.83.3.194' (using password: YES) in C:\xampp\htdocs\payrol\aaa.php on line 3
Could not connect: Access denied for user 'asteriskuser'@'183.83.3.194' (using password: YES)
please check it and give me reply...
thanks