+ 2
Sir,Can u plz tell me how to connect my html form to SQL Database..?
4 odpowiedzi
+ 2
Simplest way will be to use MVC design pattern with simple CRUD
+ 2
I meant that you need to create server site application and IMHO easiest design pattern for that is Model-View-Controller. And because you just want to connect to DB than simple Create-Reade-Update-Delete type of controller will do the job.
+ 1
Sir,I didn't get it. Please explain in detail....
- 1
Thanku Sir....