An index.php file with a search form.
具有搜索表单的index . php文件。
Open the index.php file in your project.
打开项目中的index . php文件。
Listing 3. The source code of index.php.
清单3. index . php的源代码。
For this example we'll use the index.php file.
对于这个示例,我们将使用index . php文件。
Now add the following PHP code into index.php.
接下来,将以下php代码添加到index . php中。
Listing 1 shows the source for the index.php file.
清单1显示了index . php文件的源代码。
There are also two files: index.php and .htaccess.
还有两个文件:index.php和.htaccess。
Give your file the name of index.php and click Finish.
将文件命名为index . php并单击Finish。
The index.php script submits the file to an upload page.
php脚本将文件提交到一个上传页面。
Describing the Quercus hello world PHP file (index.php).
Quercushello worldphp文件(index . php)描述。
You should note that the script, index.php and expand.php.
注意,脚本index . php(以及后面要创建的expand . php)只在这两个函数中调用。
The final step is to create the do.php file that index.php.
最后一步是创建do . php文件,index . php引用这个文件来运行实际命令。
You then set a message and redirect users back to the index.php
然后,设置一条消息,并将用户重定向回index.php 页面。
Find the DirectoryIndexdirective and add index.php to the list.
查找DirectoryIndex指令,将index . php添加到列表中。
You need to add that last bit of code to index.php a little later.
稍后需要在index.php中添加这点代码。
Clear all breakpoints, then set a breakpoint at line 14 in index.php.
取消所有断点,然后在index . php中的第14行设置一个断点。
Unlike the voting tools, this group of tools does not have an index.php.
与投票工具不同,现在这组工具没有index . php文件。
Next, you'll be getting a search term from the form in the index.php file.
接下来,将会从此index . php文件内的表单获得一个搜索词。
First you'll need to create a simple index.php file, as shown in Listing 18.
首先,您需要创建一个简单的index . php文件,如清单18所示。
Listing 5 provides the code for index.php, which is placed in the root folder.
清单5给出index . php的代码,这个文件放在根文件夹中。
Contacts-index.php lists contact entries and provides links to add and delete entries.
contacts - index . php列出联系人条目,并提供链接以添加和删除条目。
This page is a PHP file called index.php, but it mostly contains HTML code at this point.
此页面是一个php文件,称为index . php,但此时它包含最多的仍是HTML代码。
Listing 9 is the code you add to the index.php page, right after the form you put in before.
清单9是添加到index . php页面的代码,这些代码就放在前面添加的表单之后。
The run function is the function that is called by the main index.php file to execute the module.
主 index.php文件将调用run函数来执行模块。
To access this list of users, add a link to users.php on the index.php file, right above the form.
为了访问这个用户列表,在index . php文件中表单的上方添加一个到users . php的链接。
To use it, all you have to do is call that function on index.php and retrieve all the posts for that user.
要使用该函数,只需在index . php上调用它,并检索那个用户的所有贴子。
The helloworld application is a PHP-based application that consists of a single Web page called index.php.
helloworld应用程序是基于php的应用程序,由单个网页index . php组成。
Switch to the IDE and place the cursor in the first line of index.php, just about to include the class file.
切换到IDE,将游标放在index . php的第一行,就在包含类文件的地方。
Now go back to the index.php file and work on passing in more than one user ID to show_posts , as shown below.
现在回到index . php文件,将不止一个用户ID传递给show _ posts,如下面的清单所示。
Then another session variable is set (the update message), and the user is redirected back to the index.php page.
然后,设置另一个会话变量(更新消息),并将用户重定向回index.php 页面。
应用推荐