I own the coupon script "couponzone" which uses cold fusion & sql and it tends to lock-up from time to time. Interested in getting a quote to get it changed over to php/mysql, plus create a zipcode radius search feature for coupons. Please visit www.fusionzone.com and go to the coupon demo and specs for info. Send message via PM with cost estimate. Tks.
I you want i can convert it for you but need a copy of the code.once i have it i can give you a time frame for completion.I convert coldfusion to php all the time but some job are time consuming
I have a small piece of Coldfusion code to be converted to PHP. Do you still do it? The principle (I can send the the full code with example feeds): <cffeed source="...." query="qseiten" properties="qsite"> The feed contains data of a website. The query qsite contains site data (like the site's title and description) (<channel><description>...) The query qseiten contains page data (<item><description>...) The descriptions are "lists" in Coldfusion, the program retrieves the list items. Example: <cfset email = trim(ListGetAt(qsite.description, 4, "|"))> All retrieved items form a web page, example <h1><cfoutput>#firma# <small>#adresse#</small></cfoutput></h1> In Coldfusion all this is very simple, less than 20 lines of code to get all data out the queries Example of a page built in this way: http://www.deutschlandurlaub.mobi/u/?site=strandburg Best Eckard Ritter