Go Back   CodingForums.com > :: Computing & Sciences > Computer Programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-12-2012, 10:32 PM   PM User | #1
jon22
New Coder

 
Join Date: Sep 2009
Posts: 20
Thanks: 2
Thanked 0 Times in 0 Posts
jon22 is an unknown quantity at this point
Smile Want to know

Is it possible to write a web application which can, create a static webpage from an action performed by visitor on a website.

think that makes sense anyway
jon22 is offline   Reply With Quote
Old 08-13-2012, 06:41 PM   PM User | #2
sh4rd
New Coder

 
Join Date: Aug 2012
Posts: 11
Thanks: 0
Thanked 1 Time in 1 Post
sh4rd is an unknown quantity at this point
Yes it could be possible. Look into PHP file handling.

Very basic example

1. A html form that asks users to enter their name
2. The php action page then creates a new html page that says "Hello, {name from form}"
3. After saving the html file on the server, link the user to it for download
4. The file could be deleted afterwards

The same is possible for very large websites. You would need a sort of template that you could then tweak depending on user input data
sh4rd is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:50 PM.


Advertisement
Log in to turn off these ads.