Many people ask me they don’t want to want to use CFML language but don’t want to buy a license for Adobe Coldfusion, is there any free software (open source) they can use? The answer is YES. Here a list of alternative for Adobe Coldfusion and it’s free : OpenBD Railo Lucee And here i …
Category: Coldfusion
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 …
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’)