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

    Knowing which cookie to use???

    Hi I'm currently writing a shopping cart style program which allows users to login , purchase songs and then logout with their balance being decremented depending on whether they purchased anything. I have a database called sessions.db which keeps track of their cookie id (a random number)...
  2. wixsas

    is it possible to store an array in a sql database??

    Hi just wondering if it was possible to store an array in an sql database??? Here is my code: my @ListOfSongs = param("songs"); my $dbh = DBI->connect("DBI:SQLite:sessions.db") or die "Cannot connect: " . $DBI::errstr; $sth =...

Part and Inventory Search

Back
Top