How to I check for existing username without using mysql in php?
I tried something like this but it isnt working. Please help. Thanks. Strictly no SQL...
$name=$nme;
$name = file("datatext/users.txt");
$ic=file("datatext/users.txt");
if (this.$nme== $name)
{
echo "this user exits, please log in";
}