Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ General Web Design _ help creating site

Posted by: ntbarton Sep 4 2006, 09:47 PM

first off, i will say im not the best at codeing.
my problem is...
im working on a website to include a list of concerts in the city i live in.
i would like to have a form i can fill out online to update the list.
if anyone can point me in the correct direction i would be forever greatfull.
thank you.

Posted by: Christian J Sep 5 2006, 03:54 AM

That sounds like a simple content management system (CMS). You could let the form rewrite an (inclusion) text file, a PHP example of such a script can be found here: http://php.net/manual/en/function.fwrite.php then the text file can easily be included on the list page using the PHP include() function.

The form script should be password-protected.

Posted by: Christian J Sep 5 2006, 05:04 AM

A perhaps simpler idea might be to modify an existing blog (or simpler BBS) script so that only you can post to it.

Posted by: John Pozadzides Sep 5 2006, 12:24 PM

ntbarton,

Did any of what Christian said make sense to you, or was it too advanced?

When you said you weren't that good at coding, did you mean you are completely new to HTML?

John

Posted by: ntbarton Sep 5 2006, 06:24 PM

ahhh..
in not too code with code in general, im not new, im just not that good with code.
most of web expierence really has been more on the graphical side.
so no. im not new to html.
php, i am new too. but thank you everyone.

christian, i will try that. thank you for a point in the right direction.
if i cant get it to work out i could do it like a blog, i didnt want too. but it would work.
thanks
nick

Posted by: pandy Sep 5 2006, 07:04 PM

Is the reason you want to do this that you need to update your site from computers where you can't use FTP? Another idea might be to install some kind of file management script. I've used this one to let others upload files but it has editing capabilities too. If this one doesn't suit you needs there are others...
http://www.solitude.dk/filethingie/

Posted by: ntbarton Sep 5 2006, 09:04 PM

let me try to explain what i want a little bit better than before.
a short while ago a had a simple page that listed concerts in my area.
i would like to redo the page from the ground up, but i would like to include a form i can fill out. i want the form to update the site for me and add the shows in the correct order.
could it be done with html forms?

Posted by: pandy Sep 5 2006, 09:13 PM

Yeah, but however you do it you must have a script on the server that handles it. If the reason isn't that you can't use FTP, you could use SSI, PHP or whatever to include a file with the concert list in the page. Then you can edit the list locally and overwrite the old file on the server without the need to edit the whole page. That would be my choice.

I think we, or at least I, are a little confused about exactly how you want this to work.

Posted by: ntbarton Sep 5 2006, 11:53 PM

ahh dont feel bad, its got me good

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)