|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-10-25 14:03 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 18:00:01 2025 UTC |
The PHP 4.2.3 does not send value on script like bellow: "<?php if (isset($submit) && $submit=="yes") { echo "Nome: $nome <br>"; echo "seu nome j? foi inserido"; }else{ echo "<form action=estudo.php action=post> Nome: <input type=text name=nome><br> <input type=submit name=submit value=yes>"; } ?>" I does not work in this version. I had lots of time working trying to find the problem and I solve it when I installed older version of PHP. Thanks Lu?s Hess