Description: 典型的论坛原码,是一个使用PHP+mySQL做为数据源的二手市场程序,系统需求: 1 Linux + Apache 或者 Windows IIS/PWS 2 MySQL 3.23+:For Windows and Linux 3 Telnet 或者一个 MySQL 的 WEB 界面管理程序,phpMyAdmin 或者其它类似的。-typical forum original code, is a PHP mySQL as a source of data for the secondary market procedures, system requirements : a Linux or Windows IIS Apache/MySQL 3.23 PWS 2 : For Windows and Linux 3 MySQL Telnet or a Web interface management procedures, or phpMyAdmin similar to the other person. Platform: |
Size: 460800 |
Author:马涛 |
Hits:
Description: 本文介绍堪称Web数据库黄金组合的PHP/MySQL如何构筑一个网络数据库应用的方法,PHP是一个类似微软ASP的服务器端的嵌入式超文本处理语言,是建立动态网站的强大工具。而MySQL是一个轻型SQL数据库服务器,可运行在多种平台上,包括Windows NT和Linux,它还有一个GPL版本,MySQL被认为是建立数据库驱动的动态网站的最佳产品。PHP、MySQL和Apache是Linux平台网站的最佳拍档。该教程是一个3日课程,从安装到应用都有详细描述。-This paper introduces his Web database gold combination of PHP/MySQL how to build a data network Application of the method, PHP is a similar Microsoft ASP server-embedded text processing language, build dynamic web site is a powerful tool. And MySQL is a lightweight SQL database server, which can run on a variety of platforms, including Windows NT and Linux, it also a GPL version, MySQL is considered to be the establishment of the dynamic database-driven website the best products. PHP, MySQL and Apache Linux site is the best of partners. The Guide is a three-day course, from the installation of the application is described in detail. Platform: |
Size: 32768 |
Author:将计就计 |
Hits:
Description: 本文介绍堪称Web数据库黄金组合的PHP/MySQL如何构筑一个网络数据库应用的方法,PHP是一个类似微软ASP的服务器端的嵌入式超文本处理语言,是建立动态网站的强大工具。而MySQL是一个轻型SQL数据库服务器,可运行在多种平台上,包括Windows NT和Linux,它还有一个GPL版本,MySQL被认为是建立数据库驱动的动态网站的最佳产品。PHP、MySQL和Apache是Linux平台网站的最佳拍档。该教程是一个3日课程,从安装到应用都有详细描述。对于PHP和MySQL的详细资料,可参见他们的官方网站。PHP(www.php.net)、MySQL (www.tcx.se)-This article describes Web database can be called gold portfolio PHP/MySQL How to Build a network database application approach, PHP is similar to Microsoft ASP server-side embedded hypertext deal with language, is to build dynamic Web site a powerful tool. And MySQL is a lightweight SQL database server, can run on multiple platforms, including Windows NT and Linux, it has a GPL version, MySQL is considered the establishment of a dynamic database-driven Web site the best products. PHP, MySQL and Apache is the Linux platform, the best partner website. The tutorial is a 3 day courses, from installation to application are described in detail. PHP and MySQL For detailed information, see their official website. PHP (www.php.net), MySQL (www.tcx.se) Platform: |
Size: 13312 |
Author:jaems |
Hits:
Description: 一个非常棒的开源的测试管理系统软件,LINUX/WINDOWS下都可以使用,Apache+MYSQL+PHP-A great open-source test management system software, LINUX/WINDOWS can be used under, Apache+ MYSQL+ PHP Platform: |
Size: 3713024 |
Author:JeremyWu |
Hits:
Description: php扩展编程,写给初学者,开发环境是linux+PHP+ apache-php extension of programming, written for beginners, development environment is linux PHP apache Platform: |
Size: 25600 |
Author:sun |
Hits:
Description: PHP编写的用户登录 注册程序 通过MYSQL数据验证 密码修改等功能-Requirements
- MySQL 3.x or later
- PHP 4+ with GD Library
- Apache Server
- Linux
How to Install
1. First create a mysql database (say phplogin) for a particular user name (say guest) and password ( say guest). Then give all previleges of database to the user.
2. Copy the following SQL to create a table and structure
CREATE TABLE `users` (
`id` int(20) NOT NULL auto_increment,
`full_name` varchar(200) collate latin1_general_ci NOT NULL default ,
`user_name` varchar(200) collate latin1_general_ci NOT NULL default ,
`user_pwd` varchar(200) collate latin1_general_ci NOT NULL default ,
`user_email` varchar(200) collate latin1_general_ci NOT NULL default ,
`activation_code` int(10) NOT NULL default 0 ,
`joined` date NOT NULL default 0000-00-00 ,
`country` varchar(100) collate latin1_general_ci NOT NULL default ,
`user_activated` int(1) NOT NULL default 0 ,
PRIMARY KEY (`id`)
)
3. Open dbc.php to edit mysql database name, user name and password. Platform: |
Size: 18432 |
Author:issuoow |
Hits:
Description: 一种新型的CGI程序编写语言,易学易用,运行速度快,可以方便快捷地编写出功能强大,运行速度快,并可同时运行于Windows、Unix、Linux 平台的Web后台程序,内置了对文件上传、密码认证、Cookies 操作、邮件收发、 动态GIF生成等功能,PHP3直接为很多数据库提供原本的连接,包括Oracle,Sybase,Postgres,Mysql,Informix,Dbase,Solid, Access 等 ,完全支持ODBC接口,用户更换平台时,无需变换PHP3代码,可即拿即用。Php3 Server 完全免费。PHP4.0提供了更多web server的支持,例如Zeus, Netscape, Enterprise, Apache Win32 module,并增加了很多性能,并修正了很多bug。
PHP 除了 source 之外,也提供了各种不同平台的执行文件版本。另外 PHP 也提供了许多的 Extensions (跟别套软件的沟通介面),例如 Berkeley DB2, SNMP, mSQL, MySQL, IMAP, Sybase-CT, mhash, ZLib, FreeType 等等。-A new type of CGI programming language, easy to learn and easy to use, run fast, you can quickly and easily write a powerful, fast, and can run on Windows, Unix, Linux platforms, Web daemon, built on the file upload, password authentication, Cookies operations, send and receive e-mail, dynamic GIF generation features, PHP3 direct connection to the original number of databases, including Oracle, Sybase, Postgres, Mysql, Informix, Dbase, Solid, Access and so on, full support for ODBC interface, user replacement of platform, without changing the PHP3 code, you can get that instant. Php3 Server is completely free. PHP4.0 provided more support for web server, for example, Zeus, Netscape, Enterprise, Apache Win32 module, and adds a lot of performance, and fixes a lot of bug.
PHP In addition to source, but also offers a variety of different platforms of the implementation of file version. Another PHP also provides many of the Extensions (with the other sets of software, communication interf Platform: |
Size: 7576576 |
Author:涂涂 |
Hits: