Shashank

About

Username
Shashank
Joined
Visits
0
Last Active
Roles
user

Comments

  • Here are the php files : (connection.php) <?phpdefine('hostname','sql203.ezyro.com');define('user','ezyro_19243512');define('password','********');define('databaseName','ezyro_19243512_kmvonline');$connect=mysql_connect(hostname,user,password,databaseName);?> (showNotification.php)…