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 am familiar with the mid() function, but I don't know if this will help me in this case. I'd like to take all the substrings and run them through the case selects via a loop ... Is there a way to take each substring pass it through the CASE SELECT statements then loop to the next substring?
Thank you for your posts ... what I can't figure out is how to individualize the substrings to be able to run the case selects on them. I'm comfortable with doing the actual case selects but reading the string and breaking it down is where I'm stuck ...
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.