SoFunction
Updated on 2025-04-14

A PHP forum program source code that imitates OSO (Black 2) Page 2/3


print ' <input type="text" name="forumtitle" size="80">'; 
           print '<input type="hidden" name="theme_id" value="0">'; 
           print '  <font color="#ff0000">*</font> </td>'; 
        } else { 
           $dbh =  mysql_connect('localhost:3306','root',''); 
           mysql_select_db('test');  
           $tempstr = " select title from fr_t_forumtitle where id = ".$theme_id; 
           $res=mysql_query($tempstr,$dbh);   
           $row=mysql_fetch_array($res);   
print ' <div align="right">Reply title:</div>';
           print ' </td> <td width="609"> '; 
           print ' <font color="#ff0000">'.$row["title"].'</font>'; 
           print ' <input type="hidden" name="theme_id" value="'.$theme_id.'">'; 
print ' <input type="hidden" name="forumtitle" value="e">';  //Judge usage
           print ' </td>'; 
       } 
     ?> 
    </tr> 
    <tr>  
      <td width="131" class="text">  
<div align="right">Emoji icon:</div>
      </td> 
      <td width="609">  
        <p>  
          <input type="radio" name="forumface" value="1" checked> 
          <img src="" width="18" height="18">  
          <input type="radio" name="forumface" value="2"> 
          <img src="" width="18" height="18">  
          <input type="radio" name="forumface" value="3"> 
          <img src="" width="18" height="18">  
          <input type="radio" name="forumface" value="4"> 
          <img src="" width="18" height="18">  
          <input type="radio" name="forumface" value="5"> 
          <img src="" width="18" height="18">  
          <input type="radio" name="forumface" value="6"> 
          <img src="" width="18" height="18">  
          <input type="radio" name="forumface" value="7"> 
          <img src="" width="18" height="18"><br> 
          <input type="radio" name="forumface" value="8"> 
          <img src="" width="18" height="18">  
          <input type="radio" name="forumface" value="9"> 
          <img src="" width="18" height="18">  
          <input type="radio" name="forumface" value="10"> 
          <img src="" width="18" height="18">  
          <input type="radio" name="forumface" value="11"> 
          <img src="" width="18" height="18">  
          <input type="radio" name="forumface" value="12"> 
          <img src="" width="18" height="18">  
          <input type="radio" name="forumface" value="13"> 
          <img src="" width="18" height="18">  
          <input type="radio" name="forumface" value="14"> 
          <img src="" width="18" height="18"></p> 
      </td> 
    </tr> 
    <tr>  
Previous page123Next pageRead the full text