我是一个新的php开发人员,我试图创建一个简单的系统,在那里我使用php从mysql中提取数据库,并在jquery mobile中使用json。
所以情况是这样的,我已经在我的网站上创建了一个自定义的mysqljson.php(从.php中提取数据),并且我已经成功地将它上传到我的网站上了
这是我提取mysql数据的代码`
header('content-type:application/json');
mysql_connect('localhost','root','') or die(mysql_error());
my
我有php代码,我从json请求中提取了一个日期。json时间数据打印为
2017-07-01T07:32:57 z
你能否提供两个例子:
例1如何在1天内减去时间
例2 php语句。
if(current time IS 60 Minutes > than JSON time and date){
echo "time is great than 60 minutes";
}
generate.php将以json格式从mysql中提取数据。
然后,graph.php将通过ajax向generate.php请求json数据。
如何使用此json数据来馈送dygraph数据,
示例dygraph代码。
g3 = new Dygraph(
document.getElementById("graphdiv3"),
//"temperatures.csv",
[ //this part i need to change with ajax request data
[1,1
我试图提取存储在MySQL数据库中的JSON数据路径,但是在执行PHP命令时会收到一条错误消息。
$json = json_decode($response);
$json_feed = "data->value"; // i am pulling this data from my database
foreach ($json->$json_feed as $elem) { // getting an conversion error in this line
.....
}