Quote:
|
Originally Posted by jpno5 You must first be a registered member to view any code.
that should work with little modification |
That looks like tcl to me and thats not what he needs.
Quote:
|
Originally Posted by DeadGaze not sure if i need to post the php and tcl - i would think this only needs an if statement in the php and something added to the tcl maybe.... any help would be appreciated. |
It helps when you give some idea of a starting point.
You are correct it only needs an if statement but what information/variables etc are available for this if statement. Can we just move the query into the if statement etc etc. The more detail you give the easier it is for the person helping.
withought seeing at least some sort of variable to work off creating an if statement isnt easy. So youll have to fill in the blanks.
$queryname = $DBSite etc etc ........
if ($queryname[userid]) {
user exists code goes here ;
} else {
user doesnt exist code goes here
}