Dragon, need ur help again

Status
Not open for further replies.
i dont know how that .ini file is constructed...

but basicly i ld say, u load all users in an array, and use a loop to check if they r already registered...

then u can easilly prompt the user 2 give another username
 
i've never coded php... and i'm probably dead wrong but

elseif(file_exists($account)) { echo 'Account creation failed. Account name already exists.';**


doesnt that mean you already handled the possibility of someone trying to add an account that already exists? :)
 
NeoSparky said:
i've never coded php... and i'm probably dead wrong but

elseif(file_exists($account)) { echo 'Account creation failed. Account name already exists.';**


doesnt that mean you already handled the possibility of someone trying to add an account that already exists? :)


*cough* geeky flemish girls *cough*


Lol JK I Wanna Do PHP :(
 
Dragon said:
it r the belgians who keep the IQ of the "Benelux" above 0...

those guys in luxemburg all have a 0 :tp:

Fear the dragon...
~xxx~
With spelling like "it r" we have to ask ourselfs if it is really the Belgians who keeps it above zero, or the Netherlands. :tp:
 
Last edited:
NeoSparky said:
i've never coded php... and i'm probably dead wrong but

elseif(file_exists($account)) { echo 'Account creation failed. Account name already exists.';**


doesnt that mean you already handled the possibility of someone trying to add an account that already exists? :)


:eek: php version "neo.0" ???

:tp:

stop trying girl... ur way off :tp:

NeoSparky said:
i've never coded php... and i'm probably dead wrong

yes

NeoSparky said:

if(file_exists($account)) { echo 'Account creation failed. Account name already exists.';**

1) all users r placed in the same file...
2) besides a kinda funny addon... i dont know where the "**" stands for :tp:
 
Dragon said:
:eek: php version "neo.0" ???

:tp:

stop trying girl... ur way off :tp:



yes



1) all users r placed in the same file...
2) besides a kinda funny addon... i dont know where the "**" stands for :tp:
1) i only quoted his code, i never added anything to it
2) it was a question, not a correction
3)i dont know WHAT it stands for, not where. :tp:
 
Status
Not open for further replies.
Back