Php Viewer

liunx

Guest
Ok, I will be yelled at here...But here it goes<br /><br /><br />I wrote my site in PHP, I do not want ot DL and install a conmputer side server, is there an option that will let me me view all my PHP pages as if there were on the server?<br /><br /><br />Thanks<!--content-->
If I understand you correctly, you want to test exactly what your page looks at, on your computer at home, with the pages locally on your machine at home, but without installing php - correct? <br /><br />If so, then if you want it trully accurate, and especially if it includes any database work etc. you can't really do it without installing PHP.<br /><br />If you want to get an approximation, then I think you can get an idea in some programs, but it's only a rough idea.<!--content-->
XAMPP makes it very easy to install PHP/MySQL on your computer. <a href="http://www.apachefriends.org/en/xampp.html" target="_blank">http://www.apachefriends.org/en/xampp.html</a><br /><br />Like Andy said, some programs will do their best to display your PHP pages, but that's no substitution for the real thing.<!--content-->
I use the XAMPP lite version and love it.<br />Give it a try and you will see how easy it is to install and use.<br />After you install<br />make a folder below \XAMPP\htdocs\<br />for your sites, and pont your browser to <!--coloro:#000000--><span style="color:#000000"><!--/coloro-->http://localhost/foldername/<!--colorc--></span><!--/colorc--><!--content-->
XAMPP is the way to go. You can even install it on a USB "thumb" drive (if the drive is large enough, that is).<!--content-->
I use XAMPP and find it relatively useful for checking stuff before I upload. I also run mine of a USB drive, not difficult to do.<br /><br />JimE<!--content-->
 
Back
Top