Click to See Complete Forum and Search --> : Part of a project need help with...


Neomie13
01-20-2006, 04:07 AM
Please could someone help me on this project I am working on?

I need the following:

STAGE 1. A web page that contains:

'Please type in your name:'
<text box input field>

'Please type in your messsage:'
<multi-line text box input field>

'Please upload a picture:'
<input box that allows user to search for an IMAGE ONLY on their computer>

'Please format your page:'

<Then have the following options in drop-down boxes: hading font, heading color, heading size. Message font, message color and message size. Page background color.>

<If possible, have a function that let's them see their changes in real-time>

'Please enter the desired date:'
<input text box>

'Cheers!'

<submit button> <reset button>

STAGE 2. When the user hits 'submit' the following happens:

- The photo selected (if selected) is saved onto the web servor into a file that is the same name as the date the user entered under 'enter the desired date' e.g. if the user typed in the date 16/11/06, then the photo will be saved in a file named 161106 (I will have this file pre-created)

- Next, a web page is created. The 'name' entered is placed as a heading on the page, followed by a the phot selected )make sure that if the user decided not to upload a photo then the page does not try and display one), followed by the 'comment' the user entered underneath the photo. The page is also formatted to how the user specified (e.g. heading font, color, size etc.)

- The created web page is saved into a file that is the same name as the date the user entered under 'enter the desired date' (like before e.g. 161106) and named after the 'name' the user entered plus a truly random number between 1-60,000

- The 'name' the user entered and the name of the web page just created (including .html extension) is then saved into a .txt file called names.txt (name first, then on a seperate line the web page name). And guess where this .txt file is located? In the file that has the same name as the date the user entered (e.g. 161106)!!!!!

- And finally, the user is re-directed to a page called finished.html!


So, by the end a web page has been created to the users specifications, and has been saved along with the name and link to it in a text file. All of this saved in a file with the same name as the date entered!


Cheers!

byeee
01-20-2006, 04:09 AM
Is this some kind of a homework or something?