-
Junior Member
Why on earth my script is not running ?
Hi ,
I just added <?php error_reporting(0) ;?> to my code... It was not running after that.
Also ,
I cannot run this one :
<?php
//error_reporting (0); commented out for remote server
//ini_alter ( "memory_limit", "1024M");
//ob_implicit_flush (TRUE);
//ignore_user_abort (0);
/*if( !ini_get('safe_mode') ){ commented for remote host
set_time_limit(60);
} */
define('shounak', 'yes');
i see nothing on my browser..
BTW , can I change the PHP settings ?
Last edited by Shounak Kundu; 09-22-2011 at 03:43 PM.
-
Super Moderator
Re: Why on earth my script is not running ?
Hello,
What you are trying to do and what you want to see in your browser ? Unfortunately, you can't change PHP settings.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules