在没有Visual

时间:2015-05-20 17:01:22

标签: java php mysql netbeans-7 openurl

我有1个mysql服务器,我需要打开1页来更改值。 我不需要阅读,因为页面正在更新表中的值。 如何打开一个没有设计或浏览器的链接来将命令发送到数据库?

在c#unity中,我正在使用:

WWW www = new WWW( "http://saidmrn.link.com/Insert.php");

非常感谢和抱歉我的英语。

1 个答案:

答案 0 :(得分:1)

这应该可以解决问题

$www = file_get_contents("http://saidmrn.link.com/Insert.php");