You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?php
- require_once "../Common/Function.php";
- $date=isset($_POST['date'])?$_POST['date']:'my';
- $state=isset($_GET['state'])?$_GET['state']:3;
- $url='http://'.$_SERVER['HTTP_HOST'].'/wechat/Core/myGetOpenid.php?state='.$state;
- Header("Location: $url");
- //$responses=http_request($url);
- //echo "<br>".$responses;
- //exit;
|