I have created a form with VB 2005 express. I would like to access records by id from a MySql table. Is this possible, and if so what is a good way to go about this?
I need to build a data entry application that will allow me to seek out a record in mysql by an index number and quickly modify the records contents. This will be for dealing with direct mail response information.
Any suggestions for a language to build this in? Or existing programs to do...
I am writing a php interface to access a large (100 million + records) database which is broken into 50+ tables by state.
The script creates a temporary merge table with a union of the selected states depending on user input. I believe this will provide the largest reduction of unnecessary...
I am trying to collect the values from multiple checkboxes into a string. If the user selects lets say 3 of the choices, how do i format them into a string like "AK,CA,CO,". Do I need to create an array first?
<form name="states" method="POST" action="<? $_SERVER['PHP_SELF']; ?>">...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.