Hi
I'm new with php
can you help me?
I need "forgotten your password" code if anyone have it ?
my friends Community is working nicee but we need "forgotten your password" site
can anyone give the code to me plzz ? that I need just to put in :
$server = "myserver";
$databas = "db_here";
$anvandare = "nick_here";
$losen = "password_here";
$db = mysql_connect($server,$anvandare, $losen) or exit(mysql_error());
mysql_select_db($databas);
plzz help me,, newbie 😛