Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default php question(s)

    I just downloaded xxamp-win which installs Apache, MySQL and PHP.
    How do I connect this to DWMX? Is there a good informational source or book
    that covers DWMX and PHP?

    Thanks


    Nic Guest

  2. Similar Questions and Discussions

    1. Newbie Question: Biz Card Template Question
      Hi, I got the Pagemaker PlugIn - I am using one of the templates for Business Cards - the elements appear to be grouped (bound box all around when I...
  3. #2

    Default Re: php question(s)

    Nic wrote:
    > I just downloaded xxamp-win which installs Apache, MySQL and PHP.
    > How do I connect this to DWMX? Is there a good informational source or book
    > that covers DWMX and PHP?
    Yes: "PHP Web Development with Dreamweaver MX 2004" (which I co-authored
    - see the link in my sig). I've never used XAMMP, and the book doesn't
    offer any support for XAMMP itself, but if you have got PHP/MySQL up and
    running successfully, it should get you more than well on the way.

    --
    David Powers
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    Co-author "PHP Web Development with DW MX 2004" (Apress)
    [url]http://computerbookshelf.com[/url]
    David Powers Guest

  4. #3

    Default Re: php question(s)

    Hi David,
    I have DWMX not MX2004. Is this still an option?
    "David Powers" <dp@example.com> wrote in message
    news:d2f9hv$a2h$1@forums.macromedia.com...
    > Nic wrote:
    > > I just downloaded xxamp-win which installs Apache, MySQL and PHP.
    > > How do I connect this to DWMX? Is there a good informational source or
    book
    > > that covers DWMX and PHP?
    >
    > Yes: "PHP Web Development with Dreamweaver MX 2004" (which I co-authored
    > - see the link in my sig). I've never used XAMMP, and the book doesn't
    > offer any support for XAMMP itself, but if you have got PHP/MySQL up and
    > running successfully, it should get you more than well on the way.
    >
    > --
    > David Powers
    > Author, "Foundation PHP 5 for Flash" (friends of ED)
    > Co-author "PHP Web Development with DW MX 2004" (Apress)
    > [url]http://computerbookshelf.com[/url]

    Nic Guest

  5. #4

    Default Re: php question(s)

    Nic wrote:
    > Hi David,
    > I have DWMX not MX2004. Is this still an option?
    Yes, but with qualifications. I have not personally tested the code in
    MX, although I know quite a few people have used the book successfully
    with MX. The other qualification is that MX doesn't have all the server
    behaviors that MX 2004 does. The only one that the book uses, which is
    missing from MX is User Authentication.

    I think you would still get a heck of a lot out of the book with MX -
    mainly because the book goes beyond the built-in behaviors and teaches a
    lot of hand-coding, too.

    --
    David Powers
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    Co-author "PHP Web Development with DW MX 2004" (Apress)
    [url]http://computerbookshelf.com[/url]
    David Powers Guest

  6. #5

    Default Re: php question(s)

    I called B&N (they are next door) I am going to get a americano buy it now.
    Thanks,
    Nick

    "David Powers" <dp@example.com> wrote in message
    news:d2fbmk$chp$2@forums.macromedia.com...
    > Nic wrote:
    > > Hi David,
    > > I have DWMX not MX2004. Is this still an option?
    >
    > Yes, but with qualifications. I have not personally tested the code in
    > MX, although I know quite a few people have used the book successfully
    > with MX. The other qualification is that MX doesn't have all the server
    > behaviors that MX 2004 does. The only one that the book uses, which is
    > missing from MX is User Authentication.
    >
    > I think you would still get a heck of a lot out of the book with MX -
    > mainly because the book goes beyond the built-in behaviors and teaches a
    > lot of hand-coding, too.
    >
    > --
    > David Powers
    > Author, "Foundation PHP 5 for Flash" (friends of ED)
    > Co-author "PHP Web Development with DW MX 2004" (Apress)
    > [url]http://computerbookshelf.com[/url]

    Nic Guest

  7. #6

    Default Re: php question(s)

    Nic wrote:
    > I called B&N (they are next door) I am going to get a americano buy it now.
    Great. I hope you find it of use. If you run into problems, Apress (the
    publisher) has a forum at forums.apress.com. There's more chance of me
    seeing something directly related to the book there than in here,
    although I frequent both forums.

    --
    David Powers
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    Co-author "PHP Web Development with DW MX 2004" (Apress)
    [url]http://computerbookshelf.com[/url]
    David Powers Guest

  8. #7

    Default Re: php question(s)

    On Wed, 30 Mar 2005 16:24:56 -0600, Nic <innnn@2ndrfden.net> wrote:
    > I just downloaded xxamp-win which installs Apache, MySQL and PHP.
    > How do I connect this to DWMX? Is there a good informational source or
    > book
    > that covers DWMX and PHP?
    >
    > Thanks
    >
    >
    Hi Nic, XAMPP is a great tool, and you dont really connect it to
    Dreamweaver, you don't have to either :)
    You just need to install Xampp and watch where is your server folder, this
    can be named usually www.

    So you need to configure a site in dreamweaver with PHP support and point
    2 locations, one is the local location, and the other is the testing and
    remote server, this last 2 can be on the same www folder location.

    Everything that you have in php running within that folder will get
    interprate. To access the rendered PHP you need to open a browser and put
    localhost/yourfile.php.

    A good information is here:
    [url]http://www.macromedia.com/devnet/mx/dreamweaver/articles/php_videos.html[/url]

    --
    Alexandro Colorado
    ------------------------------
    Support Engineer
    InterAKT Online
    [url]http://www.interaktonline.com[/url]
    Tel: 40(21) 312.5312
    Alexandro Colorado Guest

  9. #8

    Default Re: php question(s)

    Thanks David and Alexandro.
    I bought the book. Looks great. And fun!
    I have a question? When I try to set up a site in MX, it keeps saying DW has
    found a Cold fusion server on this system.
    Even though i select PHP/MYSQL, when the site opens, it is showing CF and
    asking for RDS login for
    Cold Fusion Server.
    Can you give advise on this?

    Thanks,
    Nick


    "Alexandro Colorado" <acolorado@interaktonline.com> wrote in message
    news:opsohv8evzrohbc4@acolorado...
    > On Wed, 30 Mar 2005 16:24:56 -0600, Nic <innnn@2ndrfden.net> wrote:
    >
    > > I just downloaded xxamp-win which installs Apache, MySQL and PHP.
    > > How do I connect this to DWMX? Is there a good informational source or
    > > book
    > > that covers DWMX and PHP?
    > >
    > > Thanks
    > >
    > >
    >
    > Hi Nic, XAMPP is a great tool, and you dont really connect it to
    > Dreamweaver, you don't have to either :)
    > You just need to install Xampp and watch where is your server folder, this
    > can be named usually www.
    >
    > So you need to configure a site in dreamweaver with PHP support and point
    > 2 locations, one is the local location, and the other is the testing and
    > remote server, this last 2 can be on the same www folder location.
    >
    > Everything that you have in php running within that folder will get
    > interprate. To access the rendered PHP you need to open a browser and put
    > localhost/yourfile.php.
    >
    > A good information is here:
    > [url]http://www.macromedia.com/devnet/mx/dreamweaver/articles/php_videos.html[/url]
    >
    > --
    > Alexandro Colorado
    > ------------------------------
    > Support Engineer
    > InterAKT Online
    > [url]http://www.interaktonline.com[/url]
    > Tel: 40(21) 312.5312

    Nic Guest

  10. #9

    Default Re: php question(s)

    Nic wrote:
    > I bought the book. Looks great. And fun!
    Thanks, hope the fun keeps coming.
    > Even though i select PHP/MYSQL, when the site opens, it is showing CF and
    > asking for RDS login for
    > Cold Fusion Server.
    I no longer run CF on my computer, but came across a similar problem on
    a previous setup. Everything should be OK if you open the Advanced tab
    of site definition, and check PHP/MySQL as your testing server.

    --
    David Powers
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    Co-author "PHP Web Development with DW MX 2004" (Apress)
    [url]http://computerbookshelf.com[/url]
    David Powers Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139