[SOLVED]If- Else or what to use
Posted: Sun Jul 18, 2004 5:13 pm
what must be done:
connect to first db see if username exists, if yes (return Sorry etc..)
if not (connect to second db, check if username exists there,) if yes, (again sorry )
if not (its ok to use this one)
Need just to solve IF- ELSE or IF=ELSEIF-ELSE loop,
How would you do it?
Thanks Ahead !
connect to first db see if username exists, if yes (return Sorry etc..)
if not (connect to second db, check if username exists there,) if yes, (again sorry )
if not (its ok to use this one)
Need just to solve IF- ELSE or IF=ELSEIF-ELSE loop,
How would you do it?
Thanks Ahead !