// 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 D
¿Qué significa esto?
What does this mean?
¿Dónde está el baño?
Where is the bathroom?
¿Cuánto cuesta?
How much does it cost?
Está bien
It's okay / Fine
No sé
I don't know
No importa
It doesn't matter
Está bien así
That's fine like that
Tengo hambre
I'm hungry
Tengo sed
I'm thirsty
Tengo sueño
I'm sleepy
// 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();
}
?>