How can I process php web pages from my computer’s hard disk and serve them to my own browser?
I want to mess around with php, but php is only run on a server. How can I make my computer act as if it's a server and serve web pages to itself?
One Response to “How can I process php web pages from my computer’s hard disk and serve them to my own browser?”



You can use WAMP, it acts as a localhost and can read php, MySQL etc. scripts
(Report comment)