1.- Puoi esportare un file excel come file CSV.
2.- Usa phpmyadmin per importare nel tuo sito un file CSV.
3.- Verifica delle password:
if (md5($_POST['user_password']) == $db['user_password'])
{
echo 'welcome back bro!'
}
1.- Puoi esportare un file excel come file CSV.
2.- Usa phpmyadmin per importare nel tuo sito un file CSV.
3.- Verifica delle password:
if (md5($_POST['user_password']) == $db['user_password'])
{
echo 'welcome back bro!'
}