Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

To convert a webpage from PHP to CFML I must save the page as .cfm and modify the code in ?

New Here ,
Mar 03, 2009 Mar 03, 2009
To convert a webpage from PHP to CFML I must save the page as .cfm and modify the code in ?

PHP acts in MYSQL/PHPMyAdmin exactly as CFML acts only the scripting language's some commands change all other are identical, ... or not ?
507
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 03, 2009 Mar 03, 2009
You must modify the code in that file.

Also, if there are any database connections involved, you must ensure they are available to cold fusion.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 03, 2009 Mar 03, 2009
I must rename file first, and after ALL PHP CODE get converted to CFML ?

MYSQL/PHPMYADMIN can work [is it compatible] with CFML ?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Mar 04, 2009 Mar 04, 2009
LATEST
You can not simply change the extension of the file and modify some code to get it to work. You also need a CFML application server.

ColdFusion / CFML can work with many databases including MySQL, but NOT with PHPMyAdmin. I'm afraid the clue is in the name. PHPMyAdmin is built for PHP. There was a CFMyAdmin a long while ago, but I think that project has been abandoned. I think there are paid for version around if you're interested.

Please see this blog post which might help:
http://www.cfdan.com/posts/MySQL_Database_tools_-_Navicat,_Toad_and_CFMyAdmin.cfm

Good luck,
Mikey.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources