On 9 Jan 2004 at 8:20, Ryan A wrote: > I dont know if this is the right way to do this, so please have a looksee > and tell me. Its working perfectly well...but will I have problems if I > try it on a large email list or will it hog resources....etc? ANY advice > appreciated.
One step at a time, Ryan. You can't get any serious or useful advice if you don't explain what it is that you're trying to accomplish with your script, i.e., what purpose(s) it serves. One thing I can tell you right now is that "SELECT *" is rarely a good idea, unless you really are going to use every column in the table you're querying. Consider using "SELECT column1, columnx" instead. Cheers, Erik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php