Forum: PHP May 20th, 2008 |
| Replies: 2 Views: 711 error_reporting(0) isn't working and when I place display_errors off in the .htaccess file I can't open the page and get a 500 internal server error!
Thanks but I am still stuck!
Dave |
Forum: PHP May 19th, 2008 |
| Replies: 4 Views: 1,414 I am able to cause a php script to execute by using the following attribute inside a <a> tag:
onClick="parent.location='your_file.php?param=value'"
Hope that helps,
Dave |
Forum: PHP May 19th, 2008 |
| Replies: 2 Views: 711 Hi,
I'm trying to not show the user a php error and have tried the following:
error_reporting(0); (may not be the best idea)
error_reporting(E_ERROR);
to remove a warning type error and it... |