I am using this page (insert.php) to insert data via a form into MYSQL:
<HTML>
<HEAD><TITLE>INSERT Data via PHP</TITLE></HEAD><BODY>
<?PHP
$connection=mysql_connect("localhost","username","userpass") or die('Could not connect to the database server');
$db =...
I'm new to VBA, using Access 2000. I have a database that reads barcodes from a scanner and stores them in a variable as such:
801R554430403 801R554430506 801BL330444033
I'd like to be able to do some IF THEN or CASE SELECT routines on each of the barcodes of same length,
(i.e. If barcode =...
I've got a login script that reads a text file. It looks at the index (user id) and a password field. Then it determines a permission level based on a preset parameter. The first record in the script is a 'Test' record and works fine. Any subsequent users (1381 of them) I try to login and the...
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.