473,396 Members | 1,913 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Simple private volunteer registration form

Greetings,

I am creating a website for a volunteer-based organization that would
like to accept volunteer registrations online.

They want the visitors to fill out a simple form to submit and have the
data stored on the server. The staff then needs to be able to pull up
a password-protected listing of all volunteers.

I am not opposed to using MySQL, but I'm not a SQL programmer. I think
flat text would be ok, but I don't know.

I've looked at some free guestbook scripts, thinking I could modify one
of them to my needs, but the sticking point is that the list of
volunteers page cannot be viewable by anyone except those who are given
the password by the staff. Many of the scripts I've found offer more
features and customization than is needed for this simple task. The
only "add-on" I would like is some form of anti-spam measure.

Does anyone know of a script that would be useful for these basic
needs?

Thanks,

Steve

Jul 28 '06 #1
1 2777

st************@yahoo.com wote:
Greetings,

I am creating a website for a volunteer-based organization that would
like to accept volunteer registrations online.

They want the visitors to fill out a simple form to submit and have the
data stored on the server. The staff then needs to be able to pull up
a password-protected listing of all volunteers.

I am not opposed to using MySQL, but I'm not a SQL programmer. I think
flat text would be ok, but I don't know.

I've looked at some free guestbook scripts, thinking I could modify one
of them to my needs, but the sticking point is that the list of
volunteers page cannot be viewable by anyone except those who are given
the password by the staff. Many of the scripts I've found offer more
features and customization than is needed for this simple task. The
only "add-on" I would like is some form of anti-spam measure.

Does anyone know of a script that would be useful for these basic
needs?

Thanks,

Steve
What you want to do is very easy, and you can roll your own quickly.
SQL is not that difficult - <http://www.w3schools.com/sql/has some
good beginner tutorials that should get you started. What you're going
to want is a SELECT, INSERT and UPDATE statements.

I would create two tables, volunteers and staff.

---- Staff ----
id, name, username, password, level_id, added, lastchange
---- Volunteers ----
id, name, address, city, st, zip, phone, fax, email, etc.

Then create a few forms and pages:
1. Form for the volunteers. Post the contents to the Volunteers table.
2. Form for the staff. Verify username and password, then set a
session variable as logged in if it passes, otherwise return to the
form.
3. Page with list of volunteers only accessible if the logged in
session is true. There should be a hyperlink to the actual volunteer,
eg. ?id=123 that goes to a form.
4. Form for modifying volunteers, again only accessible if logged in
session is true. Use the contents of this form to update the Volunteers
table.

There are probably more forms and tables you can make, but this should
get you started.

--
Adrienne Boswell at work
Administrator nextBlock.com
http://atlas.nextblock.com/files/
Please respond to the group so others can share

Jul 28 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: karolina | last post by:
Hi, I am making a small registration form about cars in three steps. The first step is to fill in member data. After filled out the member data hit "next" and enter car information. Hit "next"...
0
by: Marcel - IDUG Europe 2005 | last post by:
Dear DB2 user, My name is Marcel Lévy and I'm a member of the IDUG 2005 Europe Conference Planning Committee. ********************************************************************* Mark your...
0
by: Tal Sharfi | last post by:
Hi everyone I recently had the need for StringGrid object same as the one that Delphi has. An object that helps show lists of other objects in a simple grid. I searched the news groups and...
1
by: BobAchgill | last post by:
What is needed to set up a home ASP.NET webservice that my VB .NET Win Form application interact with? I want to set up an architecture that will utilize volunteers hosting shadow webservices of...
5
by: Newbie | last post by:
Hi all, Just want to comment on this thread. Seems like every discussion about this matter (setting up DB provider for membership) and all the samples/references given by some MVPs always...
0
by: Wayne Smith | last post by:
I've taken the following code from a developers web site which should allow a user to register and receive an email message with a link to activate their account, but when I click the link on my...
7
by: gjoneshtfc | last post by:
Hello I want to search my database for a vehicle registration number but before i can search using the Find Record button i created i have to click in the registration field so that it is that...
3
by: lsmith | last post by:
Dear group, I am the new volunteer coordinator for a non-profit organization in Tucson, AZ. One of my main focuses is to develop our own volunteer pool using either MS Access 2002 or Excel...
1
by: carl2k2 | last post by:
Ok First I have a very simple way of entering data into a form and saving that into a text file, I made two text files for username(text1) and password(text2), I would like to make a simple login...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.