php
How To Convert Fetch Data Into JSON Format In PHP
<?php include("connect.php"); $result=mysql_query("select * from tent_house ") or die(mysql_err…
By -
21:40
Read Now
<?php include("connect.php"); $result=mysql_query("select * from tent_house ") or die(mysql_err…