Ir para conteúdo
Fórum Script Brasil

jamel

Membros
  • Total de itens

    5
  • Registro em

  • Última visita

Sobre jamel

jamel's Achievements

0

Reputação

  1. porque colocar o if tamanho = 1 se você ta setando o tamanho = 1 antes, ao meu entender você quer que passe ali de qualquer jeito. certo? Se sim não tem necessidade de colocar dentro de um if a segunda parte.
  2. Estou com um problema aqui... não sei se vocês já viram algo desse tipo. Tenho o sistema instalado no meu cliente. O banco está vazio. Precisei mandar o banco novamente para o cliente com algumas alterações. O cliente substitui o arquivo do banco pelo que eu mandei. Quando ele abre o sistema, o sistema pega o banco que o cliente tinha e não o banco que enviei. Confirmei e o cliente fez a substituição. Já procurei na máquina do cliente outro banco com o mesmo nome e nada. Alguém tem alguma idéia do porque isso? Obrigado
  3. jamel

    Erro na função

    Parse error: syntax error, unexpected '<' in /home/....................
  4. jamel

    Erro na função

    if ($tag == 1) { Bcash(); }
  5. jamel

    Erro na função

    Pessoal, estou fazendo uma função mas quando vou chamar a função fala que ela não existe... A função é a seguinte... Alguém pode me ajudar? Obrigado function Bcash() { <table border="1" cellpadding="2" cellspacing="5" width="770" height="220" bgcolor="ffffff""> <tr> <td colspan="3"> <center> <span style="font-weight: bold; font-style: italic; color: rgb(0, 102, 0);">Escolha um dos meios de pagamentos abaixo para pagar a sua compra.</span><br style="font-weight: bold; font-style: italic; color: rgb(0, 102, 0);"> </center> </td> </tr> <tr> <td colspan="3"> <center> <span style="font-weight: bold; font-style: italic; color: rgb(0, 102, 0);">Produto: <? echo $nome ?> <br>Preço: <? echo $cost ?></span><br style="font-weight: bold; font-style: italic; color: rgb(0, 102, 0);"> </center> </td> </tr> <td> <center><br><!-- INÍCIO DO CÓDIGO PAGAMENTO DIGITAL cod. produto 001 --> <form action='https://www.pagamentodigital.com.br/checkout/car/' method='post' target='carrinho'> <input type='hidden' value='add' name='acao'> <input type='hidden' value='xxxxx@xxxx.com' name='email_loja'> <input type='hidden' value='001' name='cod_prod'> <input type='hidden' value='Prod Teste' name='nome_prod'> <input type='hidden' value="<?= $rowe["price"] ?>" name='valor_prod'> <input type='hidden' value='0' name='peso_prod'> <table border='0'><tr><td valign='middle'> <br />&nbsp;&nbsp;<input type='hidden' maxLength='3' size='2' value='1' name='quant_prod' style='text-align:center'></td> <input type='image' src='https://www.pagamentodigital.com.br/webroot/img/bt_adicionar_ao_carrinho.gif' value='Adicionar ao Carrinho' alt='Adicionar ao Carrinho' border='0' align='absbottom' /></td></tr></table></form> <!-- FIM DO CÓDIGO PAGAMENTO DIGITAL cod. produto 001 --></center> </td> ?> }
×
×
  • Criar Novo...