|
No. If you're not using Access as a database, you don't need to replace it. Html has a "form" tag, with text boxes and buttons, and all that great stuff. If your data is housed in MySQL, your web server is all you need.
You're far better off visiting the PHP forum - I'm assuming that's what you'll use. ASP.NET is a much better option, but if you're using MySQL, you probably have a LAMP server, so that forces you into using PHP. Anyway, you use that to make web forms, and you hook those forms up to the database, using web server code.
|