On Wed, Jun 27, 2001 at 03:24:24PM +0100, Pierre Smolarek wrote:
: errrr..... you want us to do your work for you?

It sounds to me like RDWest is very new to all this.  It is possible
that he doesn't know where to start.  We are here to help these folks
too.

: ----- Original Message -----
: From: "RDWest Sr." <[EMAIL PROTECTED]>
: 
: hi yall,
:     yup,  i'm an old country boy...     lol    i'm strugling here to learn
: perl on my own and with help from(maybe yall)lol      so plz bare with me...

:     i need some advice on an issue here...   i'm creating, well trying to
: create,  a ranking system for my online pals...   i've accomplished user
: signup,  print info to flatfile database...  send confirmation of account
: and a search for lost userid and pwd...
: 
: now,  i got to thinking...   if say a user wants to update their info(
: change pwd, name, etc...)    i'm just completely lost here...

: does anyone have a good explanation or some code snippets i can look at?

The general idea here is this:

  After a user has logged in, he/she can access his/her information in
  the flatfile database.  They can do this because you will write a
  CGI program that allows them to edit certain information.  When they
  submit that form, the info is saved in the flat file database, in
  their record.

If you start moving on this and get more specific questions, they will
be easier to answer with example code or pointers to the right
books/documentation.

  Casey West

-- 
Shooting yourself in the foot with Genetic Algorithms 
You create 10,000 strings describing the best way to shoot yourself in
the foot. By the time the program produces the optimal solution,
humans have evolved wings and the problem is moot. 

Reply via email to