Hello Pals...
Help with this code...I am unable to hold Angularjs tag with Php variables
$vid = "{{task.vid}}"; //this where the Errors comes in :(
$s = $db->query("SELECT * FROM reply WHERE post_id_fk = '$vid'") or die($db->error.LINE);
Please how can i go about this? Thank you!