idea

He has: 1,380 posts

Joined: Feb 2002

hey everyone, starting a new "job"...they want to be able to post info on their own, and they are lucky if they can log-on the 'net, so i dont think editing raw code is an option. the site is basically a way to let people in a group know if they are meeting together or not, and other such informational things.

i was thinking along the lines of setting up a page that would be protected through .htaccess and then have a box to put in a subject line and a header...when they press submit, it goes directly to the page that i have setup to display the news.

would it work to do a CGI "post" kinda thing (no PHP support as of now)? or would it be too much work and just better to go with a WEBlog kinda thing? thanks! and any hints on the code would be appreciated!

He has: 1,016 posts

Joined: May 2002

I'm not sure if I fully understand what you want to do, but I think a news script would do the job here (?). Try searching hotscripts.com for a flat text based CGI new script.

He has: 1,380 posts

Joined: Feb 2002

no i dont think so...just a basic submission that he could type in some text..and then it would "post" and be displayed on a page

Busy's picture

He has: 6,151 posts

Joined: May 2001

do you just want it displayed on the page or saved to be displayed at anytime? if the later you'll need a databse or write to flat file which some hosts don't allow

Mark Hensler's picture

He has: 4,048 posts

Joined: Aug 2000

If you don't mind overkill, you could just get a CGI bulletin board.

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

Quote: Originally posted by Eskater05
no i dont think so...just a basic submission that he could type in some text..and then it would "post" and be displayed on a page

That's exactly what a news script does. Or a blog script.

He has: 1,380 posts

Joined: Feb 2002

oh when you said "news script" i thought you meant like a router news puller...lol

thanks, i was thinking about that...i'll just go with a blog then

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.