Recent content by HellCore

  1. H

    Error reporting

    Hi, I have create a clear .php file <?php echo error_reporting(); ?> and it shows PHP Bug #30719. Can I fix that from Plesk panel or what to do with that? greetings;)
  2. H

    Problem with query

    Hi, I have a part of query which works on localhost but not on my VPS server SELECT * FROM ps_order_discount LEFT JOIN ps_orders ON ps_order_discount.id_order = ps_orders.id_order AND name = '$user[code]' LEFT JOIN ps_order_detail ON ps_order_detail.id_order = ps_orders.id_order LEFT JOIN...
Back
Top