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
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