// Prevent this file being called directory
if (!isset($indexRouterCalled) || $indexRouterCalled == false) {
header("Location: /");
exit();
}
?>
Rapid Learn
// Prevent this file being called directory
if (!isset($indexRouterCalled) || $indexRouterCalled == false) {
header("Location: /");
exit();
}
?>
Rapid Learn
10 Spanish Phrases - Group A
Hola
Hello
Buenos días
Good morning
Buenas tardes
Good afternoon
Buenas noches
Good evening / Good night
¿Cómo estás?
How are you?
Estoy bien, gracias
I'm fine, thank you
¿Y tú?
And you?
¿Qué tal?
How's it going?
Mucho gusto
Nice to meet you
Encantado de conocerte
Pleased to meet you
// Prevent this file being called directory
if (!isset($indexRouterCalled) || $indexRouterCalled == false) {
header("Location: /");
exit();
}
?>
// Prevent this file being called directory
if (!isset($indexRouterCalled) || $indexRouterCalled == false) {
header("Location: /");
exit();
}
?>