1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

I have this PHP error HELP! how can i fix this

Discussion in 'PHP' started by AbigForum, Nov 27, 2018.

Thread Status:
Not open for further replies.
  1. #1
    <style> 
    body { behavior: url("csshover3.htc"); }
    .bbcode_hover { background-image: url('icons/bold.gif'); background-color: transparent; height: 20px; width: 20px; border: 0px; }
    .bbcode_hover:hover { background-image: url('icons/bold_on.gif'); background-color: transparent; height: 20px; width: 20px; border: 0px; }
    .bbcode_hover1 { background-image: url('icons/italics.gif'); background-color: transparent; height: 20px; width: 20px; border: 0px; }
    .bbcode_hover1:hover { background-image: url('icons/italics_on.gif'); background-color: transparent; height: 20px; width: 20px; border: 0px; }
    .bbcode_hover2 { background-image: url('icons/underline.gif'); background-color: transparent; height: 20px; width: 20px; border: 0px; }
    .bbcode_hover2:hover { background-image: url('icons/underline_on.gif'); background-color: transparent; height: 20px; width: 20px; border: 0px; }
    .bbcode_hover3 { background-image: url('icons/insert_hyperlink.gif'); background-color: transparent; height: 20px; width: 20px; border: 0px; } 
    .bbcode_hover3:hover { background-image: url('icons/insert_hyperlink_on.gif'); background-color: transparent; height: 20px; width: 20px; border: 0px; } 
    .bbcode_hover4 { background-image: url('icons/strikethrough.gif'); background-color: transparent; height: 20px; width: 20px; border: 0px; } 
    .bbcode_hover4:hover { background-image: url('icons/strikethrough_on.gif'); background-color: transparent; height: 20px; width: 20px; border: 0px; } 
    .bbcode_hover5 { background-image: url('icons/insert_picture.gif'); background-color: transparent; height: 20px; width: 20px; border: 0px; } 
    .bbcode_hover5:hover { background-image: url('icons/insert_picture_on.gif'); background-color: transparent; height: 20px; width: 20px; border: 0px; } 
    .bbcode_hover6 { background-image: url('icons/justify_center.gif'); background-color: transparent; height: 20px; width: 20px; border: 0px; } 
    .bbcode_hover6:hover { background-image: url('icons/justify_center_on.gif'); background-color: transparent; height: 20px; width: 20px; border: 0px; } 
    .bbcode_hover7 { background-image: url('icons/forecolor.gif'); background-color: transparent; height: 20px; width: 20px; border: 0px; } 
    .bbcode_hover7:hover { background-image: url('icons/forecolor_on.gif'); background-color: transparent; height: 20px; width: 20px; border: 0px; } 
    </style>
    Code (markup):

     
    Solved! View solution.
    Last edited by a moderator: Nov 27, 2018
    AbigForum, Nov 27, 2018 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,494
    Likes Received:
    4,457
    Best Answers:
    123
    Trophy Points:
    665
    #2
    1. You've posted css which is completely different to php
    2. You haven't explained what you want
    3. You haven't explained what the error is
    Help us to help you.
     
    sarahk, Nov 27, 2018 IP
  3. hostechsupport

    hostechsupport Well-Known Member

    Messages:
    413
    Likes Received:
    23
    Best Answers:
    7
    Trophy Points:
    138
    #3

    >> Please specify what error are your exactly getting?
     
    hostechsupport, Nov 27, 2018 IP
  4. AbigForum

    AbigForum Greenhorn

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #4
    I have a based text game and when members try to send a mail everything works fine but this error show on the mail page.

    [​IMG]
     
    AbigForum, Nov 27, 2018 IP
  5. #5
    >> Can you please share your website URL and where (which page) the error exactly occurs so that the developer can go through the issue?
     
    hostechsupport, Nov 28, 2018 IP
  6. AbigForum

    AbigForum Greenhorn

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #6
    I shared it in private check your inbox.
     
    AbigForum, Nov 28, 2018 IP
  7. AbigForum

    AbigForum Greenhorn

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #7
    Thank you @hostechsupport for the help it worked.

    @hostechsupport he was able to fix my issue.

    In my game there is some casinos.
    i want to make the casino owned by players and people can gamble on them, and the owner of the player will lose it to another player when the owner cash money is 0.
    and the player who wins it will own it and keep going.
     
    Last edited by a moderator: Nov 28, 2018
    AbigForum, Nov 28, 2018 IP
Thread Status:
Not open for further replies.