|
Posted by Christoph Burschka on 12/08/06 13:04
Socrates schrieb:
> Hi - can some php bod work out a way of showing a fresh blank page to a viewer on every visit to a web site?
>
> The blank page will have just a few elements:
>
> 1) 3 x image upload buttons
>
> If the user wants to upload 3 x images of their pet dog they can do so. The first image will be resized at 400 x 400. The 2nd and 3rd images will be resized to 200 w x 200 h (or similar)
>
> 2) 1 x text area box/HTML tab
> Area to copy and paste text or html.
>
> 3) 1 edit button
> When the page is saved the user is given the option to enter a password to edit the page in the future. If the user selects "no" to the question "Do you want to edit this page in the future", then the page is saved with no password and cannot be redited. If "yes" then the user is given the option to enter a password.
>
> 4) 1 x save button.
> When the page is saved the php script generates a unique number (rather like www.tinyurl.com ) for future retrieval of the page.
>
> Ok what's the big idea? See http://www.signin.to/php
>
>
> Yours faithfully,
>
>
> www.spoofbay.com
>
>
>
>
Without intending offense, this makes me picture the following:
- "As a graduation gift? I think... I'd like a radio."
- "Just a radio; nothing more?"
- "Yes, but with a Porsche around it."
What you want isn't a "blank page"; it's a big, complex, interactive web
application - see Google Page Creator. ;)
--
CB
[Back to original message]
|