Desperately need help with MySQL/Apache/PHP &Dreamweaver MX 2004

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

  1. #1

    Default Desperately need help with MySQL/Apache/PHP &Dreamweaver MX 2004

    :frown;
    I probably have no business trying to do what I'm doing, but here's the
    scenario: A client has hired me to create their e-commerce website using a
    3rd-party shopping cart. As their prices change often, I thought it would be
    best to enter the prices dynamically into Dreamweaver pages so that when a
    price change occurs, one change in the database would make one sweeping change
    wherever that item occurs on the site. So far, this makes sense, right?

    So I decide PHP + MySQL makes the most sense, and I follow some tutorials to
    create a database in MySQL, add a table and upload data into the table. That
    worked well. Then I followed more tutorials to configure PHP with Apache2, and
    after many attempts to put Apache and PHP into one folder (C:/www), discovered
    that Apache2 doesn't start unless it's in C:/Program Files/Apache
    Group/Apache2. So now I have two directories: C:/www/php and Apache2 in the
    Program Files directory, with C:/Program Files/Apache Group/Apache2/htdocs the
    root. First question: Should MySQL, PHP, and Apache share a common directory?

    When I try to make a database connection in Dreamweaver, I enter the following
    info in the fields:
    Connection Name: aiomysql
    MySQL Server: Either localhost of the DNS of localhost (127.0.0...)
    Username: My username
    Password: The password I used for MySQL
    Database: I type in the name of the database

    And I get error code 405: Method Not Allowed every time.

    If anyone can detect what I'm doing wrong, please help!! I either have to
    abandon this plan and tell the client we'll have to make manual changes, or get
    this fixed and on the way!!

    MANY THANKS!!
    Carolyn

    Artspan Guest

  2. Similar Questions and Discussions

    1. Dreamweaver MX 2004 with Contribute CS3
      Good Afternoon, I have Adobe CS3 Web Premium edition, but a colleague located interstate is using DreamWeaver MX 2004. I would like him to design a...
    2. Dreamweaver MX 2004
      Can anyone help me with the settings I need to connect to the ftp for PWP? Iım using Dreamweaver MX 2004. I was using Dreamweaver MX before & my...
    3. Dreamweaver MX 2004 bug
      I was using a dynamic function in Dreamweaver MX that has layers and when you hover over these arrows at the bottom, the content scrolls up. When I...
    4. Dreamweaver MX 2004 and MySQL
      Hi I am having problems with Dreamweaver MX 2004; I am trying to set-up Connections and Recordsets for a PHP and MYSQL Website on my computer. ...
    5. PHP/Apache/MySql Database Connection on Mac OS 10.2.8with DM MX 2004 30 days Trial version
      Hello Marc, I've downloaded Dreamweaver MX 2004 - Mac for 30 trial. I've been following the tutorial, and everything works fine until now I'm...
  3. #2

    Default Re: Desperately need help with MySQL/Apache/PHP &Dreamweaver MX 2004

    Typo in the above: MySQL Server is either localhost OR the DNS...
    Artspan 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