// 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 E
Tengo calor
I'm hot
Tengo frío
I'm cold
Estoy cansado
I'm tired
Estoy ocupado
I'm busy
Estoy enfermo
I'm sick
Estoy feliz
I'm happy
Estoy triste
I'm sad
Te quiero
I love you (informal)
Te amo
I love you (romantic)
Me gusta
I like it
// 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();
}
?>