hi
i want to make a form with html but i want get that information in a local database like access db or sql db in my pc.
how can i do it? plz help me with code or info about that.
tanx alot guys

hi
i want to make a form with html but i want get that information in a local database like access db or sql db in my pc.
how can i do it? plz help me with code or info about that.
tanx alot guys

You're going to need to use a technology on the server itself that is able to communicate with their an Access database or relational database. Traditionally MySQL would be used, but maybe you have preferences otherwise (MariaDB, SQLite, Postgres, SQL Server, etc.)?

If you do go with MySQL then this can very easily be done via PHP and its MySQLi extension.

It's really not possible for us to help you any further, with the information you've provided. Nor can we write a script for you without seeing your form. Not that we should anyways- this is a good learning exercise.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.