/ Published in: PHP
Expand |
Embed | Plain Text
<html> <form method="post" action="MyWeather.php"> <input type="text" name="city"> <input type="submit" value="go!"> </form> </html> <?php $city=$_POST['city']; if ($city != ""){ } else echo "no city..."; ?>
Comments
Subscribe to comments
You need to login to post a comment.

Linux only, it seems.