Help For this code.

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

    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...

    #2
    Somebody can help when you post the online.php
    just a reminder, use PHP BBcode
    Did I help you?
    You can help me too
    Your donations will help me finance my studies.

    Comment


      #3
      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>

      Comment

      Working...
      X