发新话题
打印

想用自己的电脑作服务器,建立Web站点、建立论坛吗-----图文教程

想用自己的电脑作服务器,建立Web站点、建立论坛吗-----图文教程

现在宽带日益普及,用自己的电脑作服务器,做一个小型的Web站点或论坛已经可行。
使用到的相关软件如下:
操作系统:Windows 2003 server IIS6.0
PHP版本:php 5.2.1
Mysql版本:mysql 5.0.37
Zend版本:ZendOptimizer 3.2.6
phpMyAdmin版本:phpMyAdmin 2.10.0.2

最终实现效果:实现在用户本机环境下测试与调试Discuz!5.0等产品
详细图文教程
"http://ypjdwxb.vicp.net/liuyan/shanchu.php"></a></p>
<form action="<?php echo $editFormAction; ?>" method="POST" name="form1">
  <table height="238" align="center">
    <tr valign="baseline">
      <td height="31" align="right" nowrap><span class="STYLE1">名字</span>:</td>
      <td><input type="text" name="name" value="" size="32"></td>
    </tr>
    <tr valign="baseline">
      <td height="92" align="right" nowrap bgcolor="#33CCFF"><p class="STYLE1">留</p>
      <p class="STYLE1">言</p>
      <p class="STYLE1">内</p>
      <p class="STYLE1">容</p>
      <p class="STYLE1">:</p></td>
      <td><textarea name="neirong" cols="70" rows="10"></textarea></td>
    </tr>
    <tr valign="baseline">
      <td nowrap align="right"> </td>
      <td bgcolor="#FFCCFF"><input type="submit" value="提交留言"></td>
    </tr>
  </table>
  
  <input type="hidden" name="MM_insert" value="form1">
</form>

TOP

发新话题