Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   PHP (http://www.programmingforums.org/forum29.html)
-   -   How do I approach this one? (http://www.programmingforums.org/showthread.php?t=12584)

Haseloff Feb 15th, 2007 4:31 PM

How do I approach this one?
 
Hello everyone,
First off, I am not really looking for someone to write code for me. What I am looking for is ideas on how to approach a project though. I really enjoy researching different ways and trial and erroring my way through it. Here is the problem/solution.

I am well versed in php and javascript. I have a form for people to sign up for stuff on my website (RSVP system). How do I get that to talk to a database and to populate it? I really didn't want to have the page have direct contact with the database for obvious security reasons but how should I approach it?

I was thinking along the lines of having it cache and run a dump at the end of the day that will populate the table (or not if the person has volunteered with us before).

Just looking for ways, work arounds anything will help. I'm pretty good with the front end stuff, just not the database stuff. Any ideas that might inspire me on the right path would be appreciated.

Thanks AGAIN!!

Arevos Feb 15th, 2007 5:12 PM

Quote:

Originally Posted by Haseloff (Post 123985)
I am well versed in php and javascript. I have a form for people to sign up for stuff on my website (RSVP system). How do I get that to talk to a database and to populate it? I really didn't want to have the page have direct contact with the database for obvious security reasons but how should I approach it?

I was thinking along the lines of having it cache and run a dump at the end of the day that will populate the table (or not if the person has volunteered with us before).

That isn't the right way to approach your problem. Web security is all about managing inputs, and whether these inputs are entered immediately when the form is submitted, or at the end of the day in some manner of batch run, makes little difference.

What database application are you using?

Haseloff Feb 15th, 2007 6:07 PM

Currently using Access. I appreciate the input. I'm getting better with Mysql server but databases were never my forte so I'm reading a lot about the management of them now.

Thanks in advance.


All times are GMT -5. The time now is 1:50 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC