Jump to content

Carry_Smith

New Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Carry_Smith's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi , I'm working on a WordPress website where I'm using invisible character by it's Unicode but when I open it in MS edge so it won't work correctly my project is on local so i can't show but It's a code that i'm copying : U+2002 for invisible text and I'm using jQuery in WordPress.
  2. I have checked my PHP ini file (php.ini) and display_errors is set and also error reporting is E_ALL. I have restarted my Apache webserver. I have tried all things those are mentioned here ( show all php errors ). I have even put these lines at the top of my script, and it doesn't even catch simple parse errors. For example, I declare variables with a "$" and I don't close statements";". But all my scripts show a blank page on these errors, but I want to actually see the errors in my browser output. PHP Code : error_reporting(E_ALL); ini_set('display_errors', 1);
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.