Re: php script

2016-06-23 Thread Glenn Eggleton
This is not a support mailing list. You should try stackoverflow ... http://stackoverflow.com/questions/tagged/php On Thursday, June 23, 2016 at 2:14:36 PM UTC-4, ABDEL ADIM ENNAJJAMI wrote: > > hello guys this script : > error_reporting(0); > include("db_config.php"); > > // array for JSON res

php script

2016-06-23 Thread ABDEL ADIM ENNAJJAMI
hello guys this script : 0) { $response["orders"] = array(); while ($row = mysql_fetch_array($result)) { // temp user array $item = array(); $item["ID_FL"] = $row["ID_FL"]; $item["FL_LOGIN"] = $row["FL_LOGIN"]; // pu