ฉันต้องการอัปเดตฐานข้อมูลของฉันด้วย URL เช่นนี้
http://192.168.43.98/temp/temp1.php?status1= ว่าง
ถ้าฉันจะอัปเดตเป็นฐานข้อมูลของเว็บโฮสติ้งฉันควรทำวิธีอัปเดต
นี่คือ localhost ของฉัน
<?php
$host = "localhost";
$user = "root";
$pass = "12345678";
$db = "garage";
mysql_connect($host, $user, $pass) or die("Could not connect to database");
mysql_select_db($db) or die("Could not connect to database");
mysql_query("SET NAMES utf8")
?>
ถ้าฉันจะอัพเดทฐานข้อมูลของเว็บโฮสติ้งฉันควรจะเปลี่ยนอย่างไร
และ http: //........................./temp/temp1.php? status1 = ว่าง
นี้คือที่ผมไปฝาก
https://www.freewebhostingarea.com/
สอบถามเกี่ยวกับ Database Web Hosting แนะนำหน่อยครับ
ถ้าฉันจะอัปเดตเป็นฐานข้อมูลของเว็บโฮสติ้งฉันควรทำวิธีอัปเดต
นี่คือ localhost ของฉัน
<?php
$host = "localhost";
$user = "root";
$pass = "12345678";
$db = "garage";
mysql_connect($host, $user, $pass) or die("Could not connect to database");
mysql_select_db($db) or die("Could not connect to database");
mysql_query("SET NAMES utf8")
?>
ถ้าฉันจะอัพเดทฐานข้อมูลของเว็บโฮสติ้งฉันควรจะเปลี่ยนอย่างไร
และ http: //........................./temp/temp1.php? status1 = ว่าง
นี้คือที่ผมไปฝาก https://www.freewebhostingarea.com/