look at this

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

    #16
    Try to add this in your code after <?php
    Code:
     ini_set('error_reporting', 'E_ALL & ~E_NOTICE & ~E_WARNING');
    if not working take a look at line 6 of your code

    Comment


      #17
      tnx 4 the concern..I appreciate it..

      Comment

      Working...
      X