Slides

4 downloads 143 Views 460KB Size Report
.
CSC 210

MORE JAVASCRIPT AND FORMS Continuing with JavaScript and Forms

1

Announcements 2

¨ 

At the demo on Monday, we will review Assignments 3, 4, and 5

CS380

3

Standup Discuss questions with your Scrum Team

CS380

Quiz 4

1. 

2. 

3. 

What type of input do you use if you want to send it with the form, but don’t want the user to interact with it? Should you use get or post to send an image to a server? Write PHP code to get the list of files with a .txt extension from a directory, whose name is passed in as test.php?dir=“dir”;

CSC 210

5

And the answer is …

CS380

Quiz (Answers) 6

1. 

Form info without user interaction? ¤ 

2. 

get or post to send an image to a server? ¤ 

3. 

Hidden Post, urls are limited to about 1024 characters.

Write PHP code to get the list of files a directory, whose name is passed in as test.php?dir=“dir”;