Jump to content

Problem for the link


M-Queiroz

Recommended Posts

en

Morning Nabeel have a doubt

I'm a problem for the link

http://www.aisweb.aer.mil.br/aisweb_files/cartas/adc/SBCY_adc.pdf

the letters are capitalized but only open off with letters miúsculas

would change

check out the links  (((SBCY)))

http://www.aisweb.aer.mil.br/aisweb_files/cartas/adc/sbcy_adc.pdf

br

Bom dia Nabeel tenho uma duvida

estou com problema para um dos link

http://www.aisweb.aer.mil.br/aisweb_files/cartas/adc/SBCY_adc.pdf

as letras estão em maiúsculas mas só abri se fora com letras miúsculas

teria como mudar

confira os links  (((SBCY)))

http://www.aisweb.aer.mil.br/aisweb_files/cartas/adc/sbcy_adc.pdf

Link to comment
Share on other sites

en

Is this the right to put in schedule_briefing.tpl

br

sera que este da certo para colocar em schedule_briefing.tpl

// Função para transformar strings em Maiúscula ou Minúscula com acentos
// $palavra = a string propriamente dita
// $tp = tipo da conversão: 1 para maiúsculas e 0 para minúsculas
function convertem($term, $tp) {
    if ($tp == "1") $palavra = strtr(strtoupper($term),"qwertyuiopasdfghjklzxcvbnm","QWERTYUIOPASDFGHJKLZXCVBNM");
    elseif ($tp == "0") $palavra = strtr(strtolower($term),"QWERTYUIOPASDFGHJKLZXCVBNM","qwertyuiopasdfghjklzxcvbnm");
    return $palavra;
}

// Exemplo de Utilização - Maiúscula
$exemplo1 = "notícias";
echo convertem($exemplo1, 1);

// Exemplo de Utilização - Minúscula
$exemplo2 = "NOTÍCIAS";
echo convertem($exemplo2, 0);

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...