If that is the case how did $_GET['status'] get its data from the input 
box? When you type on the input box the thing you type will be passed on 
$_GET['status]',which in return will be use by this sql(from getTask.php).

if(isset($_GET['status'])){
$statuss = $_GET['status'];
}
$query="select ID, TASK, STATUS from tasks where status like '$status order 
by status,id desc";

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to