Skip to main content
Inspiring
May 18, 2013
Question

CS6 - what type of mysql/php is being used?

  • May 18, 2013
  • 3 replies
  • 968 views

Hi all,

When using server behaviors in cs6 with php and mysql database, what type of mysql/php is being used to work with the database?

seems like mysql but

Is it mysql or myslqi or PDO?

if mysql, Ii there a way to convert it to mysqli?

This topic is closed to new replies. Start a new post to keep the conversation going.

3 replies

Nancy OShea
Community Expert
Community Expert
June 1, 2013

Neither.  If you want to use PDO or MySqli, you'll have to code it yourself.

Nancy O.

Nancy O'Shea— Product User & Community Expert
revdaveAuthor
Inspiring
June 1, 2013

Thanks Nancy O.

so then is cs6 using  mysql functions with server behaviors?

Nancy OShea
Community Expert
Community Expert
June 1, 2013

Yes.  And it's clumsy code that doesn't meet current PHP recommendations.  I don't use server-behaviors.

"PHP has now officially deprecated the original mysql functions, as used in Dreamweaver server behaviors, and has announced that they will be removed "in the future".

http://forums.adobe.com/message/5200983

Nancy O.

Nancy O'Shea— Product User & Community Expert