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 John Tel 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: weibs
  • Content: Threads
  • Order by date
  1. weibs

    Updating multiple records at same time

    I can't figure out why I cannot update multiple records at the same time. Here is my code while( @emps = $sth->fetchrow) { $MLSNumber = $emps[0]; $SatHourFrom = $emps[1]; $SatMinutesFrom = $emps[2]; $SatHourTo = $emps[3]; $SatMinutesTo = $emps[4]...
  2. weibs

    Select All checkboxes twice in same form

    I hope I can explain this in a fashion that you all understand. I have a form that shows multiple records from a database Each row has two checkboxes, one is for Active (yes) and one is for Active (no). There are several rows with this same query. ie: City - Address - Yes - No - Submit Right...
  3. weibs

    Unzip for Perl

    I am trying to unzip a zip file into a specified directory. It unzips it, but only extracts 3 of the 7 files that are in it. This is what I have tried. system('unzip ALEtxt_ADN.zip -d db'); Can anyone shed any light why it doesn't extract all of the files?
  4. weibs

    Perl displaying problems

    I am having a display issue problem in my code in. The only way to tell you is to show you. http://www.prudentialjackwhitevista.com/cgi-bin/prudential/openhouseSat.cgi?action=main Now if you look at the second listing down, it should have only the house image next to it... not the no photo...
  5. weibs

    Parsing only part of an input field

    I have an auto-complete form at http://www.frontierak.com/indexTest2.html. The array looks somewhat like the following. $("#City").autocompleteArray( [ "ANCHORAGE (ANC)", "AKIACHAK (KKI)", "ANIAK (ANI)", "ATMAUTLUAK (ATT)", "ATQASUK (ATK)", "BARROW (BRW)", "BETHEL (BET)", "FAIRBANKS...
  6. weibs

    Parsing Text File

    I have several text files that I need certain content parsed out of each. What I need is to grab the data for each Note that is after the Body tag. Each file is going to have a different amount of data as well. Oh, and I also need to have the client name within this new data set. Each files...

Part and Inventory Search

Back
Top