|
coreybryant -> RE: creating an order form on a website (1/19/2008 20:00:18)
|
Basically, the server side language (ASP, .NET, PHP) will communicate to the database (MS Access, MSSQL, mysql). And basically PHP is ran on *NIX machines, while ASP and .NET is ran on Windows. PHP will run on Windows if installed and you can run some ASP on *NIX if ChiliASP, etc is installed - but better to keep those languages on their native machines So you will create some code to communicate to a database. Take a look at FrontPage resources, specifically FrontPage Database Results Wizard (DBRW) and FrontPage Database Interface Wizard (DBIW). You can create a basic order form and have it submit to a database - heck, FP will even create a MS Access database for you.
|
|
|
|