in reply to Re^2: how can Multiple Insert in Perl to mysql with php
in thread how can Multiple Insert in Perl to mysql with php

U jst needs use userid column in select statement to pull out only domaynz for the current user to keep from mixing multiple users output together. Try something like SELECT <column list> FROM <tablename> WHERE userid=<currentuser> and that'll give you only the current user's list of domains. Clear nuff? roboticus When you don't use formatting tags and punctuation all posts look like alphabet soup
  • Comment on Re^3: how can Multiple Insert in Perl to mysql with php