Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tanaka99
  • Content: Threads
  • Order by date
  1. tanaka99

    PHP/MYSQL Retain Variable after INSERT

    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(&quot;localhost&quot;,&quot;username&quot;,&quot;userpass&quot;) or die('Could not connect to the database server'); $db =...
  2. tanaka99

    CASE SELECT or IF THEN for Array ...

    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 =...
  3. tanaka99

    Login Script Reading Text File One Record Too Soon

    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...

Part and Inventory Search

Back
Top