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 Chriss Miller 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: NatPres
  • Content: Threads
  • Order by date
  1. NatPres

    Script failing

    This part of a wider script is ment to remove a selection of queries from the database, The incoming variable is the id number seperated by a : is 98223: the script just executes the first command and fails of the rest. $delme = $in{'delme'}; @delme = split(/:/, $delme); print $q->header...

Part and Inventory Search

Back
Top