Announcement

Collapse
No announcement yet.

PHP on a Mac?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • PHP on a Mac?

    I'm developing some PHP code. The server where the pages will be hosted has PHP installed, but I want to be able to look at the pages on my laptop before I upload them (since I don't always have an internet connection). I don't want to run my laptop as a web server, just look at the pages I'm coding. How would I go about setting this up?
    Random Doctor Who quote:
    "I'm sorry about your coccyx, too, Miss Grant."

    I has a gallery: deviantART gallery.
    I also has a "funny" blog: Aqu Improves Her Craft

  • #2
    Not possible. What you have requested is flat-out not possible, not with what's on the market.

    Here's your options:
    1. Configure a web server on your Mac, and then get it to process the PHP pages and send them to your web browser.
    2. Write an extension to your favorite browser, and have that extension process the PHP pages and display the results in your web browser.
    3. Download the source code to your favorite browser (assuming such is available), and modify it to process the PHP code and then display the result.


    At this time, there are no other options for you to pursue.

    Let me know which one you want, and I'll post links to help you get started.

    Comment

    Working...
    X