php 产品进销存管理系统开发实例教程(1/13)
本文章来给各位朋友讲一下php 产品进销存管理系统开发实例教程哦。我们先看看有那些功能
本文章来给各位朋友讲一下php教程 产品进销存管理系统开发实例教程哦。我们先看看有那些功能
首页文件 index.html
<HTML>
<HEAD>
<TITLE> 产品进销存管理系统 </TITLE>
</HEAD>
<BODY>
<table border="0" width="100%" cellpadding="2" height="12">
<tr>
<td width="100%">
<h2 align=center> 产品进销存管理系统</h2>
</td>
</tr>
<tr>
<td width="100%" height="6">
<p align="center">
<a href="index.html"><font color="#008000">返回首页</font></a>
<font color="#8EB4D9">|</font>
<a href="reg.php"><font color="#008000">注册</font></a>
<font color="#8EB4D9">|</font>
<a href="login.php"><font color="#008000">登录</font></a>
<font color="#8EB4D9">|</font>
<a href="addcompany.php"><font color="#008000">添加厂商</font></a>
<font color="#8EB4D9">|</font>
<a href="addproduct.php"><font color="#008000">添加产品</font></a>
<font color="#8EB4D9">|</font>
<a href="buy.php"><font color="#008000">进货</font></a>
<font color="#8EB4D9">|</font>
<a href="sell.php"><font color="#008000">销售</font></a>
<font color="#8EB4D9">|</font>
<a href="browse.php"><font color="#008000">查看存货</font></a>
<font color="#8EB4D9">|</font>
<a href="logout.php"><font color="#008000">注销</font></a>
</td>
</tr>
<tr><td height=30></td></tr>
<tr><td align=center>
<h2><font color=blue >欢迎光临进销存管理系统!</font></h2>
</td></tr>
</table>
</BODY>
</HTML>
本文地址:http://www.phprm.com/frame/php1005055.html
转载随意,但请附上文章地址:-)
- 上一篇: php购物车代码
- 下一篇: php fgetcsv读取csv文件代码(1/2)