<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://techschool.murraygunn.id.au/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://techschool.murraygunn.id.au/wiki/feed.php">
        <title>Tech School en:web_development:forms</title>
        <description></description>
        <link>https://techschool.murraygunn.id.au/wiki/</link>
        <image rdf:resource="https://techschool.murraygunn.id.au/wiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-12T15:59:00+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:delete&amp;rev=1692203631&amp;do=diff"/>
                <rdf:li rdf:resource="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:exercises&amp;rev=1692203631&amp;do=diff"/>
                <rdf:li rdf:resource="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:forms&amp;rev=1692203631&amp;do=diff"/>
                <rdf:li rdf:resource="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:get&amp;rev=1692203631&amp;do=diff"/>
                <rdf:li rdf:resource="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:inputs&amp;rev=1692203631&amp;do=diff"/>
                <rdf:li rdf:resource="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:insert&amp;rev=1692203631&amp;do=diff"/>
                <rdf:li rdf:resource="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:javascript&amp;rev=1692203631&amp;do=diff"/>
                <rdf:li rdf:resource="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:post&amp;rev=1692203631&amp;do=diff"/>
                <rdf:li rdf:resource="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:styling&amp;rev=1692203631&amp;do=diff"/>
                <rdf:li rdf:resource="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:summary&amp;rev=1692203631&amp;do=diff"/>
                <rdf:li rdf:resource="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:update&amp;rev=1692203631&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://techschool.murraygunn.id.au/wiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Tech School</title>
        <link>https://techschool.murraygunn.id.au/wiki/</link>
        <url>https://techschool.murraygunn.id.au/wiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:delete&amp;rev=1692203631&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-16T09:33:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:web_development:forms:delete</title>
        <link>https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:delete&amp;rev=1692203631&amp;do=diff</link>
        <description>Web Development Lesson 8 - Forms

Deleting Data

Objective

In this activity you&#039;ll learn how to delete data from a database.

Setup

	*  We&#039;ll continue to work with &#039;form.php&#039; and &#039;process_form.php&#039; in this activity. Here is the code again if you need it.</description>
    </item>
    <item rdf:about="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:exercises&amp;rev=1692203631&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-16T09:33:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:web_development:forms:exercises</title>
        <link>https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:exercises&amp;rev=1692203631&amp;do=diff</link>
        <description>Web Development Lesson 8 - Forms

Exercises

Objective

In this activity, you will create a form to add and update data for players in the Colombian Football team.

Setup

	*  You will continue to use &#039;style.css&#039; from your project folder, so here it is if you need it again.</description>
    </item>
    <item rdf:about="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:forms&amp;rev=1692203631&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-16T09:33:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:web_development:forms:forms</title>
        <link>https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:forms&amp;rev=1692203631&amp;do=diff</link>
        <description>Web Development Lesson 8 - Forms

Inputs

Objective

In this activity you will create a form and use it to pass data from one page to another.

Setup

	*  We will continue to work with &#039;form.php&#039; and &#039;process_form.php&#039;. If you need the code again, here it is.</description>
    </item>
    <item rdf:about="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:get&amp;rev=1692203631&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-16T09:33:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:web_development:forms:get</title>
        <link>https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:get&amp;rev=1692203631&amp;do=diff</link>
        <description>Web Development Lesson 8 - Forms

Sending Data

Objective

In this activity you will learn one way to send data between pages.

Setup

	*  Create two files in Visual Studio Code and name them &#039;form.php&#039; and &#039;process_form.php&#039;.
	*  Add the basic code in each to include our header, menu and footer files.</description>
    </item>
    <item rdf:about="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:inputs&amp;rev=1692203631&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-16T09:33:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:web_development:forms:inputs</title>
        <link>https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:inputs&amp;rev=1692203631&amp;do=diff</link>
        <description>Web Development Lesson 8 - Forms

Inputs

Objective

In this activity you will create a form and use it to pass data from one page to another.

Setup

	*  We will continue to work with &#039;form.php&#039; and &#039;process_form.php&#039;. If you need the code again, here it is.</description>
    </item>
    <item rdf:about="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:insert&amp;rev=1692203631&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-16T09:33:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:web_development:forms:insert</title>
        <link>https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:insert&amp;rev=1692203631&amp;do=diff</link>
        <description>Web Development Lesson 8 - Forms

Insert Queries

Objective

In this activity you&#039;ll learn how to obtain data from a form and insert it into a database table.

Setup

	*  We&#039;ll continue using &#039;form.php&#039; and &#039;process_form.php&#039;. If you need the code again, here it is.</description>
    </item>
    <item rdf:about="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:javascript&amp;rev=1692203631&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-16T09:33:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:web_development:forms:javascript</title>
        <link>https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:javascript&amp;rev=1692203631&amp;do=diff</link>
        <description>Web Developent Lesson 8 - Forms

Javascript

Objectives

In this activity you&#039;ll learn to use Javascript to

	*  temporarily display status messages
	*  check form inputs before submitting

Setup

	*  We&#039;ll continue using &#039;form.php&#039;, &#039;process_form.php&#039; and &#039;style.css&#039;, which are reproduced below in case you need them.</description>
    </item>
    <item rdf:about="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:post&amp;rev=1692203631&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-16T09:33:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:web_development:forms:post</title>
        <link>https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:post&amp;rev=1692203631&amp;do=diff</link>
        <description>Web Development Lesson 8 - Forms

Posting Data

Objective

In this activity you will learn an alternative way to send data to another page.

Setup

	*  We&#039;ll continue using &#039;form.php&#039; and &#039;process_form.php&#039; in this activity. Here is the code again if you need it.</description>
    </item>
    <item rdf:about="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:styling&amp;rev=1692203631&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-16T09:33:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:web_development:forms:styling</title>
        <link>https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:styling&amp;rev=1692203631&amp;do=diff</link>
        <description>Web Development Lesson 8 - Forms

Styling

Objective

In this activity you will improve the appearance of your forms.

Setup

	*  We&#039;ll continue to use &#039;form.php&#039; and &#039;style.css&#039; in this activity. In case you need the code again, here it is.

form.php</description>
    </item>
    <item rdf:about="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:summary&amp;rev=1692203631&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-16T09:33:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:web_development:forms:summary</title>
        <link>https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:summary&amp;rev=1692203631&amp;do=diff</link>
        <description>Web Development Lesson 8 - Forms

Summary

In this lesson we have learnt how to create a form using HTML and CSS, how to check user input with Javascript and how to process the data in PHP for storing in MySQL.

HTML Tags

	*  form
	*  label
	*  select
	*  option
	*  fieldset
	*</description>
    </item>
    <item rdf:about="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:update&amp;rev=1692203631&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-16T09:33:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:web_development:forms:update</title>
        <link>https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:forms:update&amp;rev=1692203631&amp;do=diff</link>
        <description>Web Development Lesson 8 - Forms

UPDATE Queries

Objective

In this activity you&#039;ll take the user&#039;s input from the form and use it to update information in a database.

Setup

	*  We&#039;ll continue to use &#039;form.php&#039; and &#039;process_form.php&#039;. Here is the code again in case you need it.</description>
    </item>
</rdf:RDF>
