+ Reply to Thread
Results 1 to 2 of 2

Thread: Why on earth my script is not running ?

  1. #1
    Junior Member Shounak Kundu is on a distinguished road
    Join Date
    Sep 2011
    Location
    Calcutta, India, India
    Posts
    1

    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.

  2. #2
    Super Moderator Modestas is on a distinguished road Modestas's Avatar
    Join Date
    Jun 2011
    Posts
    1,859

    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.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34