Here i share a api for get city and state from postcode. http://maps.googleapis.com/maps/api/geocode/json?address=12345®ion=my Change 12345 with your postcode you want to search. The result as below : { “exclude_from_slo” : true, “results” : [ { “address_components” : [ { “long_name” : “40450”, “short_name” : “40450”, “types” : [ “postal_code” ] }, { “long_name” : “Shah …
Category: Tutorial
How To Refresh Coldfusion Bind Select
The above drop down list using cfselect bind to show data. We want user click the button to add some item to the dropdown list. When the user click the button the modal as below is showed : How to do when user click add, the new item has be entered before listing in drop …
Bootstrap with JQuery Validatation
If you have a problem using JQuery validation with .form-group bootstrap as below :
How to install Microsoft’s SQL Server Driver for PHP
There are many questions on Microsoft’s SQL Server driver for PHP forum from people that cannot work out how to install the PHP driver. There is a page on the PHP site with help on choosing the right extension build: http://php.net/manual/en/install.pecl.windows.php, and general help is here: http://php.net/manual/en/install.windows.extensions.php.
MS SQL : Auto Generated Char+Number ID
Bagaimana membuat table column menjana ID seperti ABC001, ABC002, … dan seterusnya.
Coldfusion : Select Data Using List
Cara memilih data dalam format list, seperti contoh 1,2,3 kedalam database yang menggunakan IN contoh IN (‘1′,’2′,’3’)