Home > php教程 > PHP源码 > php每日自动天气预报[php+fetion+weather+sina_SAE(Cron)]

php每日自动天气预报[php+fetion+weather+sina_SAE(Cron)]

PHP中文网
Release: 2016-05-25 17:11:40
Original
1407 people have browsed it

php代码

<form action="" method="post" name="form">
<table width="500" border="1" align="center">
  <tr>
    <td colspan="2" bgcolor="#CCCCCC">请输入城市名获取天气预报</td>
  </tr>
  <tr>
    <td width="92"><input type="submit" name="submit" id="submit" value="查询" /></td>
    <td width="392"><input type="text" name="city" id="city" value="<?=$postcity?>" /></td>
    </tr>
  <tr>
    <td>天气情况</td>
    <td><?=$data;?></td>
  </tr>
  <?php if($postcity){?>
  <tr>
    <td colspan="2">获取最新天气预报:<a href="?city=<?=urlencode($postcity)?>" target="_blank" title="<?=$postcity?>今日天气预报"><?=$postcity?></a></td>
  </tr>
  <tr>
    <td colspan="2">发送到手机上:<a href="f.php?msg=<?=urlencode($data)?>" target="_blank" title="飞信接口">飞信接口</a></td>
    </tr><? }?>
</table></form>
Copy after login
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template