// 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 B
¿Cómo te llamas?
What's your name?
Me llamo...
My name is...
¿De dónde eres?
Where are you from?
Soy de...
I'm from...
Trabajo en...
I work in...
¿Cuántos años tienes?
How old are you?
Tengo ... años
I'm ... years old
¿Dónde vives?
Where do you live?
Vivo en...
I live in...
Por favor
Please
// 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();
}
?>