6 replies
I currently use DreamWeaver and I have an issue. When I work on a index.php file, I can view it in Dreamweaver and I can make changes to it, but if I choose a browser to see my changes, I will get the message: To preview pages containing server-side code you need a testing server. I don't have a testing server and I don't know how to make one.

So my question is, does anyone know of a software that I can use on my Mac to act as a testing server so that I can make changes right on my computer?

Thanks

Mike
#dreamweaver #engine #mac #php #testing server
  • Profile picture of the author Bruce Hearder
    Hi Mike,

    To view PHP files (as in run them), you need to be running a web server on your machine. One of the most popular webservers currently around is Apache.

    And, from what I have read, Apache is already installed on your Mac computer.

    No being a Mac user, die-hard PC user here , i can't help you in setting up the built in version.

    If it is not installed, then I would suggest you head over to

    http://www.apachefriends.org/en/xampp.html and get the Mac Version and install it on your 'puter.

    According to the docs, this will install, for Mac OS X:
    Apache, MySQL, PHP & PEAR, SQLite, Perl, ProFTPD, phpMyAdmin, OpenSSL, GD, Freetype2, libjpeg, libpng, zlib, Ming, Webalizer, mod_perl, eAccelerator, phpSQLiteAdmin.

    Enough to get everything working just dandy.

    Hope this helps

    Bruce
    {{ DiscussionBoard.errors[464609].message }}
  • Profile picture of the author MikeStronghill
    Hey Bruce,
    Thank you so much for that info. I will definitely check that out. I really appreciate you sharing that with me.

    Mike
    {{ DiscussionBoard.errors[464639].message }}
  • Profile picture of the author tomw
    Try this. Some of our developers use it and love it apparently.

    living-e AG: MAMP - Mac - Apache - MySQL - PHP

    Thomas
    Signature
    STOP THE TRAFFIK: PEOPLE SHOULDN'T BE BOUGHT AND SOLD
    Help Us Rescue, Rehabilitate And Reunite Victims With Their Families

    STOP THE TRAFFIK is a growing global movement of individuals, communities and organisations fighting to PREVENT the sale of people,
    PROTECT the trafficked and PROSECUTE the traffickers.
    {{ DiscussionBoard.errors[464641].message }}
  • Profile picture of the author indexphp
    I use Mamp and it is very easy to use. Ifd you need help setting it up, just PM me.
    {{ DiscussionBoard.errors[464703].message }}
  • Profile picture of the author krishananda
    I've been looking for this, I'm a new mac user so haven't got use to it yet.
    Am downloading it now,

    Thanks so much
    {{ DiscussionBoard.errors[464878].message }}
    • Profile picture of the author Bryan Toder
      Mike...

      I have a Mac & Dreamweaver. I've gotten that message, too. I just upload the page to my web host to view it. It's easier than messing with Apache, I would think.
      {{ DiscussionBoard.errors[464905].message }}

Trending Topics