filipc 0 Report post Posted October 26, 2004 I am testing my code on localhost.it is best because:-You don't need to be connected on net.-It is very fast. Share this post Link to post Share on other sites
DMA 0 Report post Posted October 26, 2004 just install apache on your pc, and put the files you want to test in the directory in apache that is set aside for the files you want on the net. then make sure you have php installed on your pc and you should be all set. Share this post Link to post Share on other sites
tihu 0 Report post Posted November 10, 2004 Another easy way to get a server running on your pc (without downloads) is buy a good linux distribution.I used Suse 9.0, and to install apache, php + mysql all you need to do is select the package's in the setup tool.The recent upgrade to php 5 was smooth, the only input frum me was to change Addhandler and Addtype settings in the apache configuration file. Share this post Link to post Share on other sites
max 0 Report post Posted November 10, 2004 i test my php code on abyss free web server..cool, fast, easy1 Share this post Link to post Share on other sites
iwuvcookies 0 Report post Posted November 11, 2004 does it matter how the codes looks if your testing your php code on your own computer. I mean like would it look different when you have apache installed versus another one server software. Share this post Link to post Share on other sites
xboxrulz 0 Report post Posted November 11, 2004 I run a public test on my computer. It can be accessed by the public. But, I'm not gonna tell anyone out loud here :)Anyways, no one needs to see it unless its important to be seen :Dxboxrulz Share this post Link to post Share on other sites
jjhou 0 Report post Posted November 13, 2004 Testing your scripts locally is deemed good practice, but the logistics involved in running your own server beats down the practicality value at the moment. Also, sometimes your local server may run scripts differently than your actual host. Share this post Link to post Share on other sites
faceofdie 0 Report post Posted November 16, 2004 I install Apache on my system but Its dont work tureUsually I Upload My file on Server And Testing My code Share this post Link to post Share on other sites
ariya 0 Report post Posted November 28, 2004 I Testing My PHP code by phpeditor softwarephpeditor can debug and test your php code Share this post Link to post Share on other sites
amir_ac 0 Report post Posted December 6, 2004 I write My code In phpeditor Or NotepadAnd For Testing Code Debuging On phpeditor and uploading on my hosting I Can not Setup apache On My systemIts Doesnt work true Share this post Link to post Share on other sites
cragllo 0 Report post Posted December 6, 2004 I use Abyss Web Server and have installed PHP4, i just save the files into the folder and start the server, then test it! Share this post Link to post Share on other sites
antitrust 0 Report post Posted December 10, 2004 I don't run my own server so I test all server-side scripts through the web host. Testing your scripts locally is deemed good practice, but the logistics involved in running your own server beats down the practicality value at the moment. Also, sometimes your local server may run scripts differently than your actual host. Share this post Link to post Share on other sites
nancmu 0 Report post Posted December 13, 2004 I use appserv because it's very easy to install and use.more feathers - php language support + mysql + phpMyAdmin ........ no more tear ...... Share this post Link to post Share on other sites
Galahad 0 Report post Posted December 15, 2004 I installed the last version of PHPTriad, wich was released like a year ago. So, I download Win32 versions of Apache, PHP and MySQL, and manualy upgrade them :DWorks perfectly, though I don't seem to be able to install PHP5 and MySQL on my Apache Share this post Link to post Share on other sites
PinQ 0 Report post Posted December 28, 2004 Why don't you use easyphp Share this post Link to post Share on other sites