View Full Version : php viewing without publishing
Hey, I was wondering how I could view my php work without publishing them?
Thanks!!
djr33
12-25-2007, 06:22 AM
PHP must be run through a server.
You must either upload and run from your server, or you must install server software onto your system and run it from your system as a server.
tech_support
12-25-2007, 06:34 AM
You could try XAMPP (xampp.org) to host your files locally and preview them on http://localhost/
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.