跳至主要內容

Micro Assignment 06

AI悦创原创2023年3月23日1v1java 1v1纽约大学一对一NYU 1v1web 一对一数据结构一对一留学生辅导留学生作业辅导1v1java 1v1纽约大学一对一NYU 1v1web 一对一留学生辅导留学生作业辅导大约 9 分钟...约 2781 字

Micro Assignment 06

Micro assignment 06 focuses on the following concepts:

微作业06主要关注以下概念:

PHP基础知识回顾

使用公共网关接口向PHP脚本发送数据(GET和POST请求)

PHP 'header'函数

PHP调试技巧

This micro assignment contains a series of videos along with a programming challenge, which you should attempt after watching the videos. The challenge is set up with a "Mark" button that will let you immediately see if you solved it correctly. You will get credit for the micro assignment by attempting and solving this challenge, and you are allowed to attempt the challenge as many times as you'd like.

这个微作业包含一系列视频和一个编程挑战,你应该在看完视频后尝试一下。挑战设置了一个“标记”按钮,让你立即看到你是否正确解决了它。你可以通过尝试并解决这个挑战来获得微作业的学分,你可以尝试很多次你想要的挑战。

Remember that micro assignments are time sensitive! You should try and complete each micro assignment before class on the day it is set to be due. Micro assignments must be turned in by the end of the day on which they are due in order to be worth full credit. Completing a micro assignment after the due date is possible, but you will be marked late and this can affect your grade in the course. Please refer to the course schedule page for the due date of all micro assignments.

记住,微作业是时间敏感的!你应该试着在规定的截止日期前完成每一项微作业。微作业必须在截止日期当天结束前交上来,这样才能拿到全部学分。在截止日期之后完成微作业是可以的,但你会被标记得晚,这可能会影响你在课程中的成绩。所有微作业的截止日期请参考【课程安排】(https://cs.nyu.edu/courses/spring23/CSCI-UA.0061-001/schedule.html)页面。

PHP Fundamentals (review)

PHP基础(回顾)

PHP CGI (GET & POST requests)

PHP CGI (GET & POST请求)

PHP 'header' function

PHP 'header'函数

PHP Debugging Techniques

PHP调试技术

Additional Topics

额外的话题

Programming Challenge

编程的挑战

This micro assignment is not an auto-graded assignment. Instead, you will be writing a program on your computer using MAMP to solve the challenge described below. When you are finished please upload your program to the i6 server so we can run it. We should be able to visit your main landing page (e.g. https://i6.cims.nyu.edu/~NETID/webdev) and find a link to your project.

Please submit a ZIP archive of your work to Brightspace by the due date to get on-time credit for this micro assignment.

这个微作业不是自动评分作业。相反,您将使用MAMP在您的计算机上编写一个程序来解决下面描述的挑战。当您完成后,请将您的程序上传到i6服务器,以便我们运行它。我们应该能够访问您的主登陆页面(例如https://i6.cims.nyu.edu/~NETID/webdev),并找到您的项目的链接。

请在截止日期之前将你的工作ZIP文件提交给Brightspace,以获得这次微作业的准时学分。

注意

This micro assignment requires NO JAVASCRIPT. You should ONLY be using HTML, CSS and PHP to solve this problem.

这个微作业不需要JAVASCRIPT。你应该只使用HTML, CSS和PHP来解决这个问题。

Create two webpages - "micro06.php" and "micro06_process.php"

创建两个网页"micro06.php"和"micro06_process.php"

On "micro06.php" create a form that the user should fill out. This form should include blanks for them to type in a username and a password. When the user hits a submit button the data they entered into the form should be sent to "micro06_process.php" using the POST method.

在“micro06.php”上创建一个用户需要填写的表单。这个表格应该包括空格,让他们输入用户名和密码。当用户点击提交按钮时,他们输入到表单中的数据应该使用POST方法发送到“micro06_process.php”。

When "micro06_process.php" receives this data it should respond in the following way:

当"micro06_process.php"收到这些数据时,它应该以以下方式进行响应:

如果用户将“username”字段保留为空,则页面应该重定向回“micro06.php”页面,并附加一个GET变量。这个变量应该通知“micro06.php”页面缺少用户名,并出现适当的错误消息。

如果用户将“password”字段留空,则页面应该重定向回“micro06.php”页面,并附加一个GET变量。这个变量应该通知“micro06.php”页面密码丢失,并出现相应的错误消息。

如果“用户名”和“密码”字段都填写了,但它们不匹配正确的用户名/密码(“皮卡丘”/“口袋妖怪”),浏览器应该重定向回“micro06.php”,并附加一个GET变量。这个变量应该通知“micro06.php”页面用户名/密码组合不正确,并应该出现适当的错误消息。

如果“用户名”和“密码”字段都填写了,并且它们是正确的(“皮卡丘”/“口袋妖怪”,浏览器应该重定向回“micro06.php”,并附加一个GET变量。此时页面上应该出现一些秘密文本,因为用户可以被认为是“登录”的(注意,这不是我们在“真正的”网站上所做的,但这是一个很好的演示,可以了解服务器端应用程序的移动部分!)


运行命令:php -S localhost:8081

micro06.php

欢迎关注我公众号:AI悦创,有更多更好玩的等你发现!

公众号:AI悦创【二维码】

AI悦创·编程一对一

AI悦创·推出辅导班啦,包括「Python 语言辅导班、C++ 辅导班、java 辅导班、算法/数据结构辅导班、少儿编程、pygame 游戏开发」,全部都是一对一教学:一对一辅导 + 一对一答疑 + 布置作业 + 项目实践等。当然,还有线下线上摄影课程、Photoshop、Premiere 一对一教学、QQ、微信在线,随时响应!微信:Jiabcdefh

C++ 信息奥赛题解,长期更新!长期招收一对一中小学信息奥赛集训,莆田、厦门地区有机会线下上门,其他地区线上。微信:Jiabcdefh

方法一:QQ

方法二:微信:Jiabcdefh

你认为这篇文章怎么样?
  • 0
  • 0
  • 0
  • 0
  • 0
  • 0
评论
  • 按正序
  • 按倒序
  • 按热度
通知
关于编程私教&加密文章