我有1个mysql服务器,我需要打开1页来更改值。 我不需要阅读,因为页面正在更新表中的值。 如何打开一个没有设计或浏览器的链接来将命令发送到数据库?
在c#unity中,我正在使用:
WWW www = new WWW( "http://saidmrn.link.com/Insert.php");
非常感谢和抱歉我的英语。
答案 0 :(得分:1)
这应该可以解决问题
$www = file_get_contents("http://saidmrn.link.com/Insert.php");