Help For this code.

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

  • CuteAmit
    replied
    Originally posted by utpal View Post
    PHP Code:
    <div class="prem"></div><div class="ft"><b><a href="who.php">Online Users: <? include 'online.php' ; ?></a></br></body>
    What wrong this code? Please healp me...
    try below code & if you get same error then you should post online.php source code here because the error may be there.

    PHP Code:
    <div class="prem"></div><div class="ft"><b><a href="who.php">Online Users: <?php include ("online.php") ; ?></a></br></body>

    Leave a comment:


  • kei_ki7
    replied
    Somebody can help when you post the online.php
    just a reminder, use PHP BBcode

    Leave a comment:


  • utpal
    started a topic Help For this code.

    Help For this code.

    PHP Code:
    <div class="prem"></div><div class="ft"><b><a href="who.php">Online Users: <? include 'online.php' ; ?></a></br></body>
    What wrong this code? Please healp me...
Working...
X