Tagged Questions
0
votes
0answers
44 views
Web form organization for pricelist import
I am developing small CMS for eCommerce. Fo this I want to create script for pricelist import.
I store all data in database so that one goody is a group of records in several database tables joined by ...
1
vote
0answers
28 views
Sending form input to a public database? [closed]
I am looking for a code that will send input from a form to a database or table. For example, there would be a form:
<input type='text' name='name'>
And then a table:
<td>(what they ...
2
votes
2answers
204 views
Is there anyway i can create an intranet request form and have it be stored in a database?
I am trying to create a form for my companies intraNet site. The idea is as follows:
An employee wants to make a purchase, so they will go to the appropriate page in the intraNet
They will fill out ...
0
votes
1answer
48 views
How to implement a software trial request form?
On my company's website I want to have a form where a visitor can provide an email address and pass an anti-bot challenge. The server would then email a trial key to the visitor.
Background: I am ...