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

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^2: how can Multiple Insert in Perl to mysql with php

Replies are listed 'Best First'.
Re^3: how can Multiple Insert in Perl to mysql with php
by roboticus (Chancellor) on Feb 24, 2012 at 10:55 UTC
    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