0% found this document useful (0 votes)
4 views37 pages

PHP.... Part 5

The document provides examples of web development using PHP, specifically focusing on forms and the PHP $_REQUEST super global variable for collecting data from submitted forms. It includes multiple examples demonstrating how to create and handle forms in PHP. The content appears to be instructional, aimed at teaching the implementation of forms in web applications.

Uploaded by

altihamimohmmed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views37 pages

PHP.... Part 5

The document provides examples of web development using PHP, specifically focusing on forms and the PHP $_REQUEST super global variable for collecting data from submitted forms. It includes multiple examples demonstrating how to create and handle forms in PHP. The content appears to be instructional, aimed at teaching the implementation of forms in web applications.

Uploaded by

altihamimohmmed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 37

Web Development

ADEL AHMED ALHAJJ


2
Example 2 >> Form with PHP
11.html
3
Example 2 >> Form with PHP
11.html
4
Example 2 >> Form with PHP

basic.php
5
Example 3 >> Form with PHP

input.php
6
Example 3 >> Form with PHP

basic.php
7
Example 3 >> Form with PHP

input.php
8
Example 3 >> Form with PHP
basic.php
9
PHP >> $_REQUEST

PHP $_REQUEST

 PHP $_REQUEST is a PHP super global variable which is used to collect data after

submitting an HTML form.

 The example below shows a form with an input field and a submit button.
10
PHP >> $_REQUEST

PHP $_REQUEST
11
Example 4 >> Form with PHP
12
Example 4 >> Form with PHP
13
Example 4 >> Form with PHP

11.php
14
Example 4 >> Form with PHP

11.php
15
Example 4 >> Form with PHP

11.php
16
Example 4 >> Form with PHP

11.php
17
Example 4 >> Form with PHP

11.php
18
Example 4 >> Form with PHP
11.php
19
Example 5 !!?? >> Form with PHP
20
Example 6 !!?? >> Form with PHP
21
Example 7 >> Form with PHP

quiz.html

quiz.php
22
Example 7 >> Form with PHP

quiz.html
23
Example 7 >> Form with PHP

quiz.html
24
Example 7 >> Form with PHP

quiz.html
25
Example 7 >> Form with PHP

quiz.php
26
Example 8 >> Form with PHP

handler.html

handler.php
27
Example 8 >> Form with PHP

handler.html
28
Example 8 >> Form with PHP

handler.php
29
Example 9 >> Form with PHP

array.html

array.php
30
Example 9 >> Form with PHP

array.html

array.php
Example >> 31
Example >> 32

Checkbox.php
Example >> 33

Checkbox.php
Example >> 34

multiple checkbox value.php


35
Example 10 !!?? >> Form with PHP
Example >> 36

You might also like