代码如下:此页面名称为updatescorenew.php,点击按钮后获得id和score,然后执行更新数据库操作,不知道怎么写,点击按钮怎么都不调用方法,愁死了都。。。 html head ?php if(isset($_POST['update'])) { echo "hello"; } ? /head body form name="form1" m
代码如下:此页面名称为updatescorenew.php,点击按钮后获得id和score,然后执行更新数据库操作,不知道怎么写,点击按钮怎么都不调用方法,愁死了都。。。
mysql_query("SET CHARACTER SET utf8");
$client=new SoapClient(null,array('location'=>"http://192.168.0.102:7000/updateNew.php",'uri'=>"http://192.168.0.102:7000/"));
$str= $client->SelectNew();
echo $str;
?> //这段代码只是查询功能
更新数据库方法也在updateNew.php页面中。
立即学习“PHP免费学习笔记(深入)”;
请问高手怎么解决呢?
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号