php tutorial number # 1 ecom store for flutter

php tutorial number # 1 ecom store for flutter

<?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();
?>

Want to check api ?

http://localhost/ecome_store/add_user.php?mobile=0345&password=12345&name=majid&address=lambahourse
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: