Skip to main content
Known Participant
March 3, 2009
Question

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

  • March 3, 2009
  • 2 replies
  • 602 views
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 ?
    This topic has been closed for replies.

    2 replies

    Inspiring
    March 4, 2009
    I must rename file first, and after ALL PHP CODE get converted to CFML ?

    MYSQL/PHPMYADMIN can work [is it compatible] with CFML ?
    March 4, 2009
    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.
    Inspiring
    March 3, 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.