Thursday, 20 December 2018

Assingment Lab_10

Assalamualaikum .. hi there

Today i want to share about my assignment Lab10 in WWW programming. Based on the previous Lab on PHP Assigment, i have combine all of my pecious Lab in my lab assignments. I need to have a text file that explain about my folder, login id, database name, table name, fields and so forth. Then, i have to send zipped folder via UOL.

So, This is my Full "Football Club Team" Data


Database



login



home



User List



View user



Editing Form



Registration Form



Delete Form







Assingment Lab_09

Assalamualaikum .. hi there

Today i want to share about my assignment Lab09 in WWW programming. Based on the previous Lab on PHP Assigment, i have to add video clips into my table. i need to add another field for video clips. Then, send my zipped folder via UOL.

So this is my image of video clips


Assingment Lab_08

Assalamualaikum .. hi there

Today i want to share about my assignment Lab08 in WWW programming. Based on the previous Lab on PHP Assigment, i have to add an image into my table. then i need to add another field for images. Then, i have to send my zipped folder via UOL.

Below is my image


Assignment Lab_07

Assalamualaikum .. hi there

Today i want to share about my assignment Lab07 in WWW programming. Based on previous samples and topic 12, i have to create  login page for the sample website.then i have to send my screenshots of your login page via UOL.


So this is my Login Page

Assingment Lab_06

Assalamualaikum .. hi there

Today i want to share about my assignment Lab06 in WWW programming. Based on sample given by lecturer on PHP. i need to create my own php file that include Fields and Records for my Football Team Club. i have to add login form and password and try to make a login session.

This is my Login form


Then this is my Data Record


Assingment Lab_05

Assalamualaikum.. hi we meet again

Today i want to share about my assignment Lab05 in WWW programming.
i have to create my own table which is one table only, and create entity with at least 5 fields and minimum of 10 records. Then i have to screenshot my records and submit as a evidence. My title is Football Team club.  For the fields i put ID, Name, Tel.No, Height, Weight and Shoes Size. Then i create 10 records in the field.


Wednesday, 19 December 2018

Asingment Lab 04

Assalamualaikum.. hi we meet again

Today i want to share about my assignment Lab04 in WWW programming. Based on PHP topic 8 and 9. I do the exercises in creating a sample then i create a folder and zip it. what i learnt in this exercise is creating a PHP code, here is the sample of the code that i have learn :


<html><head><title>Your Favourites</title></head>

<body>
 <form action="fav.php" method="post">

 Please enter your name :<input type="text" name="username" size="45">
 <p>
 Please select your favourite colour : 
  <input type="radio" name="colour" value="red"> Red
  <input type="radio" name="colour" value="yellow"> Yellow
  <input type="radio" name="colour" value="Blue"> Blue </p>
 <p>
 Please select your Drink :
  <input type="checkbox" name="drink1" value="Iced Tea">  Iced Tea
  <input type="checkbox" name="drink2" value="Millo">  Millo
  <input type="checkbox" name="drink3" value="Lemon Juice"> Lemon Juice </p>
 <p>
  <input type="submit" value=" Submit ">
  <input type="reset" value=" Clear ">
 </p>
</form>
</body>
</html>


To run this page..you must open XAMPP control panel and activate Apache and MYSQL