Is it good to query the database within the php code?
For example:
<?
$restIds=$_SESSION['restaurants'];
$restIds=substr($restIds,0,strlen($restIds)-1);
$query="SELECT cli.restaurant_id as id, CONCAT(cli.nombre,' ',cli.sucursal) as nom...
asked by
28.12.2018 / 19:26