HTML, PHP URL registration and lising program Internet Programming Spring 2016 Assignment #5


Introduction

Create and run a SQL script with a database named URL and a table named Urltable. The first field of the table should contain an actual URL, and the second, which is named Description, should contain a description of the URL.

Write a PHP script that obtains a URL and its description from a user and stores the information into a database using MySQL. After each new URL is submitted, print the contents of the database in a table.

Requirements:

Store the structure of the tables in a txt file for submission.

Output Screenshots:


Get Project Solution Now

Comments