PHP-MySQL, which files to upload?

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default PHP-MySQL, which files to upload?

    I am new to this but learning quick. I am using DW8 and have put together a
    "log on" page in PHP/MySQL. I am working on a PC with XP pro and have tested
    the page and database using XAMPP. It works fine on my computer. I have
    identified three files that would be needed to be uploaded to my server to put
    this into real use. These are the PHP file, a connection file, and the
    database. I stuck the PHP file in htdocs, the connection file in a connection
    folder, and the database in a mysql/data folder.

    These appear to be the locations on my computer. The problem is it does not
    work once it is loaded on to my server. The server is sql enabled. Does
    anyone know if I am overlooking an additional file or have any other
    suggestions that would help me make this work.

    Thanks

    Pete

    FishMA Guest

  2. Similar Questions and Discussions

    1. Upload an Image to the mysql database
      Hi! I need help on how to upload an image to mysql database directly. I needed the images to be saved directly to the mysql database. Is there a...
    2. Coldfusion MX 7 and MySQL 4.0 upload and download
      Can someone tell me if there is a hosting company that serves ColdFusion MX 7 in Canadian Dollars not US. Also, I've created a ColdFusion MX 7...
    3. Office document upload to website (and inserting in MySQL if possible)
      "Pugi!" <geenzever.pugilator@yahoo.com> wrote in message news:c2ig06$1kq$1@news.worldonline.be... I think I get what you want to do, do you want...
    4. upload text file into MySQL database
      Hi, I am really new with PHP and MySQL. My problem is when I run the following script in the PHP program, nothing is uploaded even though I have...
    5. Upload files to site, upload info to SQL?
      I want to create a _SECURE_ interface from an html form that allows certain people within my company to upload files into a predetermined directory...
  3. #2

    Default Re: PHP-MySQL, which files to upload?

    Perhaps that you might want to consider to buy this excellent book called, "PHP
    for Dreamweaver 8" who authored by David Powers. When I say "excellent", I mean
    it! *hands down*

    This book discuss in depth, concise, obvious and precise steps to make it work
    with PHP/MySQL around Dreamweaver 8. You won't be disappointed once you
    purchase and use this book as reference and tool to build and develop
    data-driven websites.

    As for data-driven websites, this requires a depth of understanding how HTML,
    many cases, CSS, to make it work.

    Hope this help directs you to the right path and tip to your learning how to
    use or working with PHP. Because there are lot of things involved associated
    with PHP, MySQL and Apache web server, including how to set up and running
    these open source apps. It is important that you understand how these work
    together to make it work.

    Let us know if you think it is a good suggestion or tip next time when you
    post your message.

    Deaf Web Designer Guest

  4. #3

    Default Re: PHP-MySQL, which files to upload?

    In truth, data-driven sites/pages require NO understanding of CSS.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "Deaf Web Designer" <webforumsuser@macromedia.com> wrote in message
    news:egrnuv$3pl$1@forums.macromedia.com...
    > Perhaps that you might want to consider to buy this excellent book called,
    > "PHP
    > for Dreamweaver 8" who authored by David Powers. When I say "excellent", I
    > mean
    > it! *hands down*
    >
    > This book discuss in depth, concise, obvious and precise steps to make it
    > work
    > with PHP/MySQL around Dreamweaver 8. You won't be disappointed once you
    > purchase and use this book as reference and tool to build and develop
    > data-driven websites.
    >
    > As for data-driven websites, this requires a depth of understanding how
    > HTML,
    > many cases, CSS, to make it work.
    >
    > Hope this help directs you to the right path and tip to your learning how
    > to
    > use or working with PHP. Because there are lot of things involved
    > associated
    > with PHP, MySQL and Apache web server, including how to set up and running
    > these open source apps. It is important that you understand how these work
    > together to make it work.
    >
    > Let us know if you think it is a good suggestion or tip next time when you
    > post your message.
    >

    Murray *ACE* 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