Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Php Help!

  1. #11
    Join Date
    Oct 2006
    Location
    Peterborough, UK
    Posts
    3,855
    Tokens
    216

    Latest Awards:

    Default

    Quote Originally Posted by Invent View Post
    I have been told you can.

    As my friend (Patrick) could not see PHP Errors on his site. He contacted his support and they told him they enabled error displaying?

    whatever host that is should be avoided


    visit my internet web site on the internet
    http://dong.engineer/
    it is just videos by bill wurtz videos you have been warned

  2. #12
    Join Date
    Dec 2006
    Posts
    521
    Tokens
    0

    Default

    Quote Originally Posted by Lolcopters View Post
    You can't disable errors in PHP last time I checked.

    Try this

    PHP Code:
    <?php
    if($fetch->rank() == "Scum" || $fetch->rank() == "Tramp" || $fetch->rank() == "Chav" || $fetch->rank() == "Vandal" || $fetch->rank() == "Mobster" || $fetch->rank() == "Hitman" || $fetch->rank() == "Agent" || $fetch->rank() == "Boss" || $fetch->rank() == "Assassin" || $fetch->rank() == "Godfather" || $fetch->rank() == "Global Threat" || $fetch->rank() == "World Dominator" || $fetch->rank() == "World Class Dominator" || $fetch->rank() == "Untouchable Godfather" || $fetch->rank() == "Legend")
    {
        echo 
    '<body>
    <table width="0%" height="0" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td height="0" colspan="3" align="top" valign="top" scope="col"><div align="middle">
            <table width="100" height="0" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000">
              <tr>
                <td width="' 
    makecomma($percent) . '%"> <div align="center"><font color=#8a8a8a>Xp:</font> <font color="#FFFFFF"><b>' makecomma($percent) . '%</font></div></td>';
    }

    ?>
    I assume that's what you'd like to see
    lmao you so can..
    http://us.php.net/error_reporting

Page 2 of 2 FirstFirst 12

Posting Permissions

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