how to edit php

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    how to edit php

    im using my3gb.com hosting
    when m edit any type of php file after editing it shows a blank page yyy????
    im a newbie in php

    #2
    because you have created an error ... to view the error put this at the top of the page under <?php
    PHP Code:
    error_reporting  (E_ALL);
    ini_set ('display_errors'true); 

    Comment

    Working...
    X