PHP的教程

文件包括在PHP的补习

本教程将告诉您如何包括文件在PHP在短短的几个简单的步骤。

有四个核心,建构为包括档案到您的PHP脚本。 主要目的是为你创造的代码在单独的文件,然后可以使用代码,包括职能,变数等,在其他PHP脚本。 你有两个主要的选择。 包括( )的文件或规定( )档案。 We'll get into the specifics in a moment and you'll quickly understand what the differences ...我们将进入具体在一个时刻,您很快明白什么分歧...

日历补习

本教程将告诉您如何建立日历在PHP在短短的几个简单的步骤。

There may be simpler ways of creating a calendar than the examples in this tutorial, but it will give practice of using some advanced arrays, date/time functions and work on utilizing some other features of PHP ...有可能是简单的方式创造一个日历,比例子,在这方面的补习,但会给予的做法,使用一些先进的阵列,日期/时间的职能和工作就利用一些其他功能的PHP ...

反补习

本教程将告诉您如何创建计数器在PHP在短短的几个简单的步骤。

此计数器工程,通过创建一个Cookie在用户的计算机上与他们的IP和更新计数根据的地位,认为曲奇。 If the cookie is present and the IP in the cookie is the same as the user's current IP then the script knows the user has already been there and it does nothing or if it is present, but has an IP different than the user's current IP or is not present the script knows that the user is either new or was there before, but the cookie has expired so it then updates the count ...如果Cookie是当前和IP在Cookie中是一样的用户的当前IP ,然后脚本知悉该用户已存在,它并没有或如果是现在,但有一个不同的IP ,比用户的当前IP或是不是目前的脚本都知道,用户无论是新的或有前,但已过期的Cookie ,因此,然后更新计数...

用户身份验证补习

本教程将告诉您,如何来保护脚本与HTTP认证,在短短几个简单的步骤。

第一步,在保护的脚本与HTTP的权威性是使脚本发送的HTTP代码401的用户不发送用户名/密码对,这意味着“你需要发送一个密码来见我” 。 This is easily achieved in PHP via the Header() ...这是很容易实现在PHP中通过标题( ) ...

文件上传补习

本教程将告诉您如何写文件上传阶层在PHP在短短的几个简单的步骤。

代码启动与Word '阶层。 后直接一词工人阶级是类别名称。 You can name this whatever you would like and stick with your naming conventions, but for this exercise its named 'Upload_Class' ...您可以在这个名称无论你想和坚持与您的命名惯例,但这次演习,其名为' upload_class ' … …

XML的使用在PHP补习

本教程介绍了XML和说明如何使用在PHP在短短的几个简单的步骤。

在XML中,标签是用来描述的内容。 基本上,这是什么XML是一回事。 它描述了该项目,即预订。 So, for instance, tag "title" within "book" is here to describe book's ...因此,举例来说,标记“标题”与“书”是在这里来形容这本书的...

jpgraph补习

本教程将告诉您如何创建饼图表使用jpgraph在短短的几个简单的步骤。

This code will create a pie chart but you must have configured JPGraph in your system just make sure it is done before you try this ...此代码将创建一个饼图,但你必须配置jpgraph在您的系统只是确保它是前所做的尝试,这...

全文检索模块补习

本教程将告诉您,如何使MySQL全文搜索方法的改进,以搜索您的webssites在短短的几个简单的步骤。

当您启动设计真的很酷的网站和你的愿望,有搜索功能,你应该认真考虑使用MySQL全文功能。 The advantages of Full-Text searching outweigh the standard search querying by selecting fields from tables using the LIKE clause ...的优势,全文搜索超过标准的搜索查询所选择的领域从表使用一样,第...

GD库补习

本教程将告诉您如何创建图像在运行时使用PHP在短短的几个简单的步骤。

本指南提供了一个很好的介绍了PHP的钆职能。 It focuses on basic configuration and programming ...它侧重于基本的配置和编程...




Bookmark PHP Tutorials书签PHP的教程

最新的博客帖子


版权2008年技术常见问题解答 。 保留所有权利。