Re: User Sign-up/Log-in

2001-05-31 Thread Jeremy Zawodny
On Wed, May 30, 2001 at 11:20:02PM -0400, Randall Fitzgerald wrote: > I am just wondering about the code to do a query for a string and > then see if that string exists or not. like finding the string for > $user in a DB when $user would be inserted into a table named users > as username to see

User Sign-up/Log-in

2001-05-30 Thread Randall Fitzgerald
Hi, I am just wondering about the code to do a query for a string and then see if that string exists or not. like finding the string for $user in a DB when $user would be inserted into a table named users as username to see fi it is used or not.