Jump to content
Fórum Script Brasil
  • 0

Php, Remendo Valores Dados Pela Mysql


Guest Magavilha

Question

Guest Magavilha

Bom, eu tenho um valor que é chamado pelo

$valor

Bem, eu gostaria de fazer assim, como fazer com que o valor seja chamado e remova 1 dele, tipow:

Chamou 1000, vai mostrar pro usuario 999!

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Ó, num tenho certeza, mas tenta isso:

pagina.php

<?
if(isset($_POST[enviar]))
{
$num = $_POST[num];
settype($num,"int");
echo $num-1;
}
else
{
?>
<html>
<head>
</head>
<body>
<form action="pagina.php" method="POST">
Digite um número: <input type="text" name="num"><br>
<input type="submit" name="enviar" value="substrair 1">
</body>
</html>
<?
}
?>

Link to comment
Share on other sites

  • 0

Óia, aproveitando a boa vontade desse tópico, aki vai uma pergunta meio n00b:

Se o $valor pego for "0(zero)", eu posso mudar pra pra uma mensagem, tipow, aparecendo numa pagina php -> Valor Atual = Nenhum

Q eu me lembre tem uns troço com IF e ELSE nisso, mas já q faz tempo q eu tow afastado de php (muito tempo), tem como alguém dar uma mão para o amigo Ninja( ph34r.gif ) Black Dragon?

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
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...