Magic-Node 0 Report post Posted September 14, 2004 If you don't want to configurate the server your self download easyphp it setup php, apache and mysql automatically ....uploading files to your host after every changes is just a waste off time.... Share this post Link to post Share on other sites
XtremeGamer99 0 Report post Posted September 21, 2004 The easyest way is to test it on your own server. There is a installation file that you can download that installs Apache, PHP, MySQL, Perl, FTP, and more in just a click. Let me see if i can find it... Share this post Link to post Share on other sites
XtremeGamer99 0 Report post Posted September 21, 2004 Click HereOnce you get it downloaded, save the php scripts to C:\directory_installed_in\htdocs\test.phpThen, open your favorite webbrowser and type in the address:localhost/test.phpNow you can see if it works... Share this post Link to post Share on other sites
Inty 0 Report post Posted September 30, 2004 I just use it straight off, and fix any exploits while the site is up. Share this post Link to post Share on other sites
rowita 0 Report post Posted September 30, 2004 I'm using local host but the other way not using a remote host is using following applications (not freeware):  Zend Studio Client NuSphere PHPEd  with above applications you can debug your code. there's other php editrors with built-in compiler as well. Share this post Link to post Share on other sites
sanweikui 0 Report post Posted October 1, 2004 yes! testing your scripts locally is good practice. because of an error, the server maybe be damaged. upload it to the host then edit it, is not as simple as do that locally. there are so many article to describe how to set up the php server, so its very easy. Share this post Link to post Share on other sites
iGuest 3 Report post Posted October 1, 2004 Normally I upload my files to some online server. Bad freehosting. Before uploading [/br]<?[br]error_reporting(E_ALL); [/br]?>[br] Put this in the top of my scripts Share this post Link to post Share on other sites
whatknows 0 Report post Posted October 10, 2004 I agree with Magic-Node. Get yourself over to EasyPHP and download a slick system with which you can test all of your code! You will find that eventually there will be things that you cannot test on your desktop. The one I keep running into is the use of mail(), which uses sendmail on a *nix host, and nothing but errors on my own machine. Share this post Link to post Share on other sites
moscower 0 Report post Posted October 10, 2004 People, use Denver, it is the most usefull tool for checking your php and perl scripts on local machine. It includes Apache+mod_rewrite+SSI+Perl+PHP(GD included)+MySQL(transaction support included)+Sendmail and all in 1 small file - only 2MB. You can simply install it on your local machine and it is all. You can made any count of domains, subdomains etc.Download denver you can here. Share this post Link to post Share on other sites
serverph 0 Report post Posted October 11, 2004 i use xammp. get it at apachefriends.org Share this post Link to post Share on other sites
boyCradle 0 Report post Posted October 11, 2004 making a localhost for Apache and php server is actually a good thing. it could save you time by finding out errors before you could actually upload it online., and of Course if you have many PHP file to upload and check online you would save your Bandwith! Share this post Link to post Share on other sites
Becca 0 Report post Posted October 11, 2004 I have a html tester code thing but it um I dont know if it works with php I wouldnt think so Share this post Link to post Share on other sites
Danieluchis 0 Report post Posted October 20, 2004 i upload it to me host and test it, is there a way to check them locally? how's that? i need to download the apache, php and mysql? X_x? Share this post Link to post Share on other sites
moscower 0 Report post Posted October 23, 2004 Danieluchis, you only need to install Denver and Apache+PHP+MySQL will be on your local machine. Share this post Link to post Share on other sites
Lyon 0 Report post Posted October 25, 2004 i alsow agree with the ones that say to test first localy and then remotly.try to know the right configuration of your remote server and configure your local server the same way, i know it can be harder, but can alsow be better for you, because you'll have more time to test your scripts localy. Share this post Link to post Share on other sites