Posted: 9/24/2004 6:40:25 AM EDT
|
hi all, i need some help with writing some information to a sql database through a webpage. whats the best way to do it and do you have any links on info. the info will be basically name and email addy. thanks lojack |
|
You have to use some form of application server to create a connection to the database, execute SQL or invoke some stored procedure to retrieve data from the database, accept the data back from the database into your application, and format and display the data in a page. There are a lot of ways to do this. What kind of database are you using and what server technology do you have (operating system, et al)? |
+1 I'm running a family discussion board using PHP and MySQL and I'm learning the language so I can customize the board to my own preferences. PHP seems to be pretty powerful and easy to use and, since it is strictly server-side, it is not dependent on the client having specific software (Java, ActiveX) installed on their computer. |