jammer1221
Programmer
Hi, I know in Javascript you can 'suppress' any errors that happen. But is it possible to do it in PHP. Like in Javascript its something like
but, What's happening is i'm getting this in the actual page
is there any way for me to keep it from writeing that in my page. I know this may sound a little confusing...becuase i only know a little of what im talkin about but if you would like me to rephrase is just post back here. Thanks
Jammer1221
Code:
<script> window.error = null </script>
Code:
Warning: unexpected error in date() in c:\phpdev\[URL unfurl="true"]www\pollvote\inc\pollfunctions.php[/URL] on line 130
Warning: unexpected error in date() in c:\phpdev\[URL unfurl="true"]www\pollvote\inc\pollfunctions.php[/URL] on line 132
Jammer1221