im stuck, form processing and mySQL :(

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
w3designer
Forum Newbie
Posts: 2
Joined: Mon Sep 23, 2002 11:14 pm

im stuck, form processing and mySQL :(

Post by w3designer »

hi,
i have been working on a site, and i need to figure out a system that takes a form, emails it to someone, and at the same time saves to a mySQL database. ive been working on this for the last month, trying various scripts, with most of them being quite buggy. i was wondering if there is anyone who could reccomend a script or help. ive put many hours into this with no progress really and am truly stuck :( any help would greatly be appreciated.

thanks :)

the site im working on is http://www.minndakonline.org
Coco
Forum Contributor
Posts: 339
Joined: Sat Sep 07, 2002 5:28 am
Location: Leeds, UK
Contact:

Post by Coco »

http://www.php.net/manual/en/function.mail.php
http://www.mysql.com/doc/en/UPDATE.html
http://www.mysql.com/doc/en/INSERT.html

first link is the mail() function in php...
second is the update function for changing a rows contents, 3rd is the insert function for creating a new row...
what you gotta do is create a script that will mail the mail and then store it to your db
w3designer
Forum Newbie
Posts: 2
Joined: Mon Sep 23, 2002 11:14 pm

Post by w3designer »

thanks,
but i really dont know how to really write php scripts other than the basic ones to display text, i was wondering if there was any premade ones that people know about.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

This isn't exactly a 'find-me-a-script' kinda forum. Have you tried looking at hotscripts.com?

Mac
Post Reply