php tutorial number # 1 ecom store for flutter

php tutorial number # 1 ecom store for flutter

[sourcecode language=”php”] <?php
$conn =new mysqli("localhost","root","","ecom_sales");

$st=$conn->prepare("INSERT INTO users values(?,?,?,?)");

$st->bind_param("ssss",$_GET[‘mobile’],

$_GET[‘password’],$_GET[‘name’],$_GET[‘address’],);

$st-> execute();
?>
[/sourcecode]

Want to check api ?

[sourcecode language=”php”] http://localhost/ecome_store/add_user.php?mobile=0345&password=12345&name=majid&address=lambahourse
[/sourcecode]
Tony BB
 

TonyBB is a Coach , marketer, hypnotist and a founder of RSKVF Production who specializes in providing simple, affordable, and easy to use solutions for Life.

Click Here to Leave a Comment Below 0 comments

Leave a Reply: