Location:
Search - server php
Search list
Description: 球超过300万个互联网网站的管理员都在使用PHP,使得它成为最为普及的服务器端脚本语言之一。其特点是运行速度快、稳定可靠、跨平台,而且是开放源代码软件。随你使用的水平不同,PHP可以很简单,也可以很复杂,可以只使用它发送HTML表格元素,还可以在PHP应用程序中集成Java和XML。-ball over three million Internet site manager in the use of PHP, making it the most popular server-side scripting language. Its characteristics are fast and reliable, cross-platform, but is open-source software. As you use different levels, PHP can be very simple and very complex, can only use it to send HTML form elements, but also in PHP applications integrate Java and XML.
Platform: |
Size: 13312 |
Author: 冷风 |
Hits:
Description: 本光盘是《PHP 核心编程》一书的配套光盘,包括完整的PHP功能实现、代码库,以及Apache和Xitam Web服务器。
《PHP 核心编程》一书为有经验的Web工作者编写的有关PHP 3.0的完整而实用的指南。书中介绍PHP如何从Java、Perl和C中吸取最好的理念,到如何利用PHP编程创建出丰富、生动的Web站点。 全书内容共分4部分。第1部分讲述PHP脚本语言概念,及如何控制执行、如何处理数据;第2部分函数参考,按功能排序并给出各函数的实用例子;第3部分讲述如何解决常见的编程问题,如排序和图表生成;第4部分给出如何用PHP创建整个Web站点的建议。 本书提供的CD—ROM包括完整的PHP功能实现、代码库,以及Apache和Xitam Web服务器。-CD is the "core PHP Programming," a book supporting the CD, including the integrity of the PHP Function, code base, and the Apache Web server and Xitam. "PHP core programming," a book for the Web experience of the workers preparing the integrity of PHP 3.0 and practical Guide. The book on how PHP from Java, Perl and C to draw the best ideas, how to use PHP programming to create rich, lively Web site. Contents of the book is divided into four parts. Part 1 on the PHP scripting language concepts, and how to control the implementation, how to handle data; Part 2 of the function reference, according to the function of the sequence and function is a practical example; Part 3 on how to solve common programming problems, if the sequencing and chart generation; Part 4 is how to
Platform: |
Size: 14599168 |
Author: 刘毅然 |
Hits:
Description: 本系统(医疗管理系统):
PHP (网络编程语言)
SQL SERVER(数据库)
IIS5.0 (服务器)-the system (medical management system) : PHP (network programming language) SQL Server (database) IIS5.0 (server)
Platform: |
Size: 2713600 |
Author: bluesky |
Hits:
Description: php Free Chat 是一个简单快捷和可自定义的聊天服务端,可以让站长们迅速构建自己的聊天室,并可以保存聊天记录,它使用AJAX技术,可以让聊天的页面过渡转换变得更亲切,它还支持CSS模版和插件系统. -php Free Chat is a simple, fast and can be obtained from the definition of the chat server, allows rapid construction of the station have their own chat room and chatting records can be preserved, which uses AJAX technology, Chat can change the pages transition become more cordial, it also supports CSS templates and plug-in system.
Platform: |
Size: 784384 |
Author: jc |
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: vnstat_php_frontend汉化版
vnstat是linux下一个很好用的流量检测工具,vnstat_php_frontend可以通过web页面监测服务器或者其他联网的设备的网络流量-Chinese Version vnstat is vnstat_php_frontend under linux by the flow of a good detection tool, vnstat_php_frontend can monitor the server through the web page or other network equipment network traffic
Platform: |
Size: 11557888 |
Author: luxin |
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:
Description: websocket php服务器,是nicokaiser的开源软件源码,对websocket 适用所有浏览器,用swf兼容,支持websocket 75、76标准-websocket php server, open source software source code is nicokaiser on websocket for all browsers compatible with swf support standard websocket 75,76
Platform: |
Size: 226304 |
Author: wangdiao |
Hits:
Description: 用PHP SOCKET做QQ服务器。这里仅写了服务器端,客户端可以用FLASH、AIR或C++程序。-To do with PHP SOCKET QQ server. Here only to write the server side, the client can use the FLASH, AIR, or C++ program.
Platform: |
Size: 2048 |
Author: Joming |
Hits:
Description: PHP SOCKET 服务端与客户端实现的简单示例-PHP SOCKET server and client to achieve a simple example
Platform: |
Size: 2048 |
Author: imouse |
Hits:
Description: vc客户端通过HTTP的POST方式传送文件到PHP服务器-vc client via the HTTP POST method to transfer files to your PHP server
Platform: |
Size: 128000 |
Author: henny chen |
Hits:
Description: Android中使用HttpGet方式获取服务器端PHP Json返回数据-Android to get in the way of using HttpGet return data server PHP Json
Platform: |
Size: 47104 |
Author: 胡章优 |
Hits:
Description: php server php server-php server php server php server
Platform: |
Size: 613376 |
Author: thuc |
Hits:
Description: 做一个项目的时候,客户要求当有人访问某一个网页时,客户端要得到实时的通知,于是用易语言做服务器端,PHP做客户端完成这个任务。想到可能对其他朋友也有帮助,所以拿来共享下。-Do a project, customer requirements when someone visits a page, the client to get real-time notification, so language is easy to do with the server, PHP client to finish the task. Think of other friends may also help, so used to share.
Platform: |
Size: 3072 |
Author: 杨先登 |
Hits:
Description: PHP Sockets Server Communication
Platform: |
Size: 49152 |
Author: BaDTimE
|
Hits:
Description: 介绍php与MySql数据库、Sql Server数据库、Oracle数据库、Access数据库和DB2数据库的连接与操作方法。(This paper introduces the connection and operation method of PHP and MySql database, Sql Server database, Oracle database, Access database and DB2 database.)
Platform: |
Size: 8532992 |
Author: 黑茶某
|
Hits:
Description: 搭建一个简单的BBS ,打蛋器大访问达瓦达瓦带娃(Building a simple BBS)
Platform: |
Size: 165888 |
Author: weiwozui
|
Hits:
Description: Android应用源码之android拍摄视频并上传到PHP服务器(Android application source code Android filmed video and uploaded to PHP server)
Platform: |
Size: 144384 |
Author: sclink
|
Hits:
Description: 基于ThinkPHP框架开发的简答在线答题系统PHP源码,对于学习ThinkPHP框架有一定帮助!
1、上传源码到服务器后解压
2、导入根目录的wazyb.sql文件到自己的数据库中
3、修改根目录下config.inc.php文件的数据库连接信息
4、安装完成,输入 http://网站的域名/ 打开网站,前台测试用户:test/test
5、后台网址 http://网站的域名/am.php,管理员账户和密码:admin/123456(Based on the ThinkPHP framework, the PHP source code of the short answer online answering system is helpful for learning the ThinkPHP framework.
1. Upload the source code to the server and decompress it
2. Import the wazyb. SQL file from the root directory into your own database
3. Modify the database connection information of config.inc.php file in the root directory
4. After installation, enter the domain name of http://website/open the website, and test/test the user in the front desk.
5. Background address http://domain name/am.php, administrator account and password: admin/123456)
Platform: |
Size: 1641472 |
Author: ecolour |
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»