Search found 1 match
- Tue Sep 08, 2015 11:00 am
- Forum: PHP - Code
- Topic: Json formats
- Replies: 1
- Views: 749
Json formats
json1.png Hi Team, I need to create a JSON from my php. As of now I am able to get the JSON, but it is needed in a different format. Mentioned below is the code I am using <?php $connectString = 'host=localhost dbname=postgis_21_sample user=postgres password=postgresql'; $link = pg_connect($connect...