This is if statement $_REQUEST if the language translated
Quote:
if ($_REQUEST['language']) {
}
|
i need to set the opposite, if the language not translated, what its looks like, please help
which one is correct? or no one of them
Quote:
if (!$_REQUEST['language']) {
}
|
Quote:
if ($_REQUEST!['language']) {
}
|
Quote:
if !($_REQUEST['language']) {
}
|
__________________
Lets help each other
|