dear all
$result = mysql_query(“SELECT COUNT(*) AS count FROM invheader a, clients b WHERE a.client_id=b.client_id”);
this is official demo
// calculate the number of rows for the query. We need this to paging the result
$result = mysql_query(“SELECT COUNT(*) AS count FROM customer_data “);
this is my code
but…it did't work
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top