Dreamweaver MX with mySQL & PHP

Jump to First Reply
Posted:
in Genius Bar edited January 2014
I've just installed PHP and mySQL onto OS X. I want to use my Mac as a test site rather than depend upon my remote server for PHP/mySQL.



How can I setup Dreamweaver to recognize mySQL and PHP now that it's installed? I'm having difficulty finding any easy to follow instructions. Any help would be appreciated.



Thanks in advance.



<img src="graemlins/smokin.gif" border="0" alt="[Chilling]" />

Comments

  • Reply 1 of 3
    Create a new site under the site drop down menu. Server model: PHP mysql

    Access: local/network

    Testing folder: Where ever you site is

    Site URL: 127.0.0.1/~witchEverUserSiteFolderYourUsingIfAny

    Any question just IM me on AIM and I`ll walk you through it. My aim name is Jihadjoevsjesus
     0Likes 0Dislikes 0Informatives
  • Reply 2 of 3
    macluvmacluv Posts: 261member
    [quote]Originally posted by Mount_my_floppy:

    <strong>Create a new site under the site drop down menu. Server model: PHP mysql

    Access: local/network

    Testing folder: Where ever you site is

    Site URL: 127.0.0.1/~witchEverUserSiteFolderYourUsingIfAny

    Any question just IM me on AIM and I`ll walk you through it. My aim name is Jihadjoevsjesus</strong><hr></blockquote>



    Hey thanks very much... I might take you up on that if I have problems.



     0Likes 0Dislikes 0Informatives
  • Reply 3 of 3
    My suggestion is to ditch the automatic PHP&lt;-&gt;MySQL functionality (at least auto code generation).



    It works (I screwed with it at first when DW MX came out) but it leaves you with no ability to customize any of the code.



    I personally suggest either writing your own functions/classes and reusing those, or finding some on the net. If you seperate your code from layout properly, you can still use DW to lay things out.



    That sounds a bit geek snob there, but that was just my experience - the PHP seemed a bit bloated and if I needed something else I then had to go in and hack up their generated code. <img src="graemlins/hmmm.gif" border="0" alt="[Hmmm]" />
     0Likes 0Dislikes 0Informatives
Sign In or Register to comment.