SoFunction
Updated on 2025-04-14

A PHP forum program source code that imitates OSO (Part 2)


<td width="131" valign="top" height="30" class="text">  
<div align="right">Add to post:</div>
      </td> 
      <td width="609" valign="top" height="30">  
        <textarea name="forumcontent" cols="80" rows="6"></textarea> 
      </td> 
    </tr> 
    <tr>  
      <td width="131" valign="top"></td> 
      </td> 
      <td width="609" valign="top">  
<input type="submit" name="Submit" onclick="return checkSubmit()" value="submit">
        &nbsp; 
<input type="reset" name="Submit2" value="Clear">
      </td> 
    </tr> 
  </table> 
</form> 
<p><span class="text">Please note: <br>
<font color="#ff0000">*</font> Your name, the title of the post cannot be empty<br>
<font color="#ff0000">* </font>Respect online morality and abide by all relevant laws and regulations of the People's *<br>
<font color="#ff0000">* </font>Abide by all civil or criminal liability directly or indirectly caused by your actions <br>
By participating in this forum, you have read and accepted the above terms.
  </span> </p> 
<? 
  include ("c:"); 
?> 
<p><span class="text"> </span></p> 
</body> 
</html> 
-----------------------