![]() |
error_reporting(E_ALL ^ E_NOTICE); (PHP)
I just did what I saw oin php.net to report display PHP's errors.
I also tried 98345394 other variants but no luck. anybody knows how to displays error in PHP ? ( I don't have acces to files, I'm on Virtual Hosting for now) |
Can you maybe post some of your code??
|
Well ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Insert tcg</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="C6C6C6" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <? error_reporting(E_ALL); then the rest of my code ... ?> |
All I get is a blank page ... (When I have an error in my code)
|
Hi,
What you need is config.inc just save this code as config.inc and include at the top of your php pages. Code:
<?php |
Thanks ! Working like a charm!!!
|
You're welcome bro.
|
| All times are GMT -7. The time now is 03:50 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123