Date Range
Date Range
Date Range
Using Bind with CFSELECT - Part 2. We will be modifing code from Part 1 so if you need to view Part 1. To begin we must look at the form that we will use for the search screen. We will use the same method with the city dropdown but will be passing the state. Store states as a temp variable this will be used to repopulate the dropdown in the formA.
How to Map Multiple Markers Using Coldfusion and Google Map. We will be building this googla Map database using MYSQL. You can use any database you like like SQL server, Dbase, or any other.
Using Coldfusion to Import CSV Files. Using Coldfusion to Import data into mySQL. Many times we need a quick and easy way of importing data into our website databases. The CSV file format is one of the defacto standards for moving data between databases easily. Virtually all databases allow exported to CSV format. And virtually all database support importing a CSV formatted file.
This is the code that you can include in your Application. cfc file, or at the top of any of your website files, or include it dynamically via the cfinclude tag.
Make a generic email form processor. Make a generic email form processor. This code will process any form submitted and email the submitted form fields excluding the submit, the redirect, the hidden, and the required fields; to the designated recipient. For your own web site if you have multiple forms just refer the action to the place where you have the form processor. Or The url tag is optional.