Community Bullitin Board

  • Thread starter Thread starter JCO
  • Start date Start date
J

JCO

What is required to have a website that will allow 6-10 guys to post their
information to. Each person will have to fill in 5-6 slots of information,
then it has to be displayable so that each of the guys that go to the site
will know each others information. I realize that one person can change
another persons information, but I'm not worried about that right now. I
just want each of them to be able to post their info for every one to read
(and change for that fact).

I use Frontpage and have websites running, but they are all static type
sites which I do all the work. I've never done anything using a database
nor do I know what my server will allow.

Thanks
 
First you need to determine what is supported by your web server.

Server Side Script (ASP, ASP.net, PHP)
Database Support (Access, MySQL, MS SQL)

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
Ok, you will have to learn to write one in PHP, unless your can find a pre-written PHP application
to do what you want or you will need to hire someone to write one for you.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
What about a Bulletin Board? Is there something that already exists.. that
is public for websites to link too.
Thanks
 
maybe this will work for you;;;

http://www.phpbb.com/

you can make it private if you wanted.


| What about a Bulletin Board? Is there something that already exists..
that
| is public for websites to link too.
| Thanks
|
|
| | > Ok, you will have to learn to write one in PHP, unless your can find a
| pre-written PHP application
| > to do what you want or you will need to hire someone to write one for
you.
| >
| > --
| > ==============================================
| > Thomas A. Rowe
| > Microsoft MVP - FrontPage
| > ==============================================
| > Agents Real Estate Listing Network
| > http://www.NReal.com
| > ==============================================
| >
| >
| | > >I know for sure PHP and MySQL.
| > > But I don't know how to use either.
| > >
| > >
| > > | > >> First you need to determine what is supported by your web server.
| > >>
| > >> Server Side Script (ASP, ASP.net, PHP)
| > >> Database Support (Access, MySQL, MS SQL)
| > >>
| > >> --
| > >> ==============================================
| > >> Thomas A. Rowe
| > >> Microsoft MVP - FrontPage
| > >> ==============================================
| > >> Agents Real Estate Listing Network
| > >> http://www.NReal.com
| > >> ==============================================
| > >>
| > >>
| > > | > >> > What is required to have a website that will allow 6-10 guys to
post
| > > their
| > >> > information to. Each person will have to fill in 5-6 slots of
| > > information,
| > >> > then it has to be displayable so that each of the guys that go to
the
| > > site
| > >> > will know each others information. I realize that one person can
| change
| > >> > another persons information, but I'm not worried about that right
| now.
| > > I
| > >> > just want each of them to be able to post their info for every one
to
| > > read
| > >> > (and change for that fact).
| > >> >
| > >> > I use Frontpage and have websites running, but they are all static
| type
| > >> > sites which I do all the work. I've never done anything using a
| > > database
| > >> > nor do I know what my server will allow.
| > >> >
| > >> > Thanks
| > >> >
| > >> >
| > >>
| > >>
| > >
| > >
| >
| >
|
|
 
Back
Top