Looking for script (probably php) that takes form data, enters in database (mysql or flat file) and outputs data to web.
The output to html table data is what I'm unable to find in an existing script.
jatar_k
7:04 pm on Sep 15, 2003 (gmt 0)
Welcome to WebmasterWorld echoz,
Have you taken a look at some of the form processing scripts that can be found on the web?
Or were you thinking about doing it yourself? It really wouldn't be too overly difficult.
echoz
10:19 pm on Sep 15, 2003 (gmt 0)
I have been researching this heavily. As I said, the output to html from db data is much rarer to find in an existing script. I will probably have to customize it, but was posting to see if I missed a script that might fir my needs. Thanks.
jamie
6:59 am on Sep 16, 2003 (gmt 0)
hi echoz,
try phorm - it does all of the above and much more. might be a bit heavy for your needs, but is easy to configure
good luck
ergophobe
9:58 pm on Sep 17, 2003 (gmt 0)
My wife has been doing HTML/PHP for about a week, and she's got her script all going writing to and from forms and DB. Find some scripts on the net, analyze them and throw yourself in - it's not that hard and it's fun (and potentially frustrating)!
Tom
gutabo
4:32 pm on Sep 18, 2003 (gmt 0)
Hey echoz just do a search in google for "php mysql tutorial". I did that like two years ago when I was learning PHP for myself and it couldn't be easier(someone said FREE?).
Phorm is good too, but it might be a lil harsh for you... First read some tutorials(do your homewerk son!) then try it, IMHO.
echoz
5:56 pm on Sep 18, 2003 (gmt 0)
Thanks for the encouragement everyone. I had just begun to learn, and have been going through tutorials, I just didn't want to trust a job to a newbie! I have it covered now, thanks!