Please can I get help for this problem
Here's the code:
if( $_GET["sender"] == "Ajax" )
require_once "../db/connector.php";
else if ( $_GET["sender"] == "Ajax5" )
require_once "../db/connector.php";
else
require_once "db/connector.php";
//require_once "db/dbclass.php";
$mysql = new Datalink(localhost,root,'','whatsapp_dbase');
$id = $_GET['id'];
Here's the Error Message
Notice: Use of undefined constant root - assumed 'root' in C:\wamp\www\whatsapp\db\mobilefx.php on line 9 Notice: Undefined index: id in C:\wamp\www\whatsapp\db\mobilefx.php on line 11 Notice: Use of undefined constant localhost - assumed 'localhost' in C:\wamp\www\whatsapp\db\mobilefx.php on line 9 Notice: Undefined index: sender in C:\wamp\www\whatsapp\db\mobilefx.php on line 2