Lambi Posted March 12, 2006 Share Posted March 12, 2006 is it possible to precheck my poor PHP code before I upload it to my internet site?if it is possible, how do I do it?by the way, I'm new here. Link to comment https://forums.phpfreaks.com/topic/4777-precheck-the-php-code/ Share on other sites More sharing options...
keeB Posted March 12, 2006 Share Posted March 12, 2006 [!--quoteo(post=354272:date=Mar 12 2006, 07:59 PM:name=Lambi)--][div class=\'quotetop\']QUOTE(Lambi @ Mar 12 2006, 07:59 PM) [snapback]354272[/snapback][/div][div class=\'quotemain\'][!--quotec--]is it possible to precheck my poor PHP code before I upload it to my internet site?if it is possible, how do I do it?by the way, I'm new here.[/quote]Welcome!What do you mean by pre-check your code..? Link to comment https://forums.phpfreaks.com/topic/4777-precheck-the-php-code/#findComment-16762 Share on other sites More sharing options...
Lambi Posted March 12, 2006 Author Share Posted March 12, 2006 make sure it works. You know when I'm learning PHP I don't just wanna host a simple echo command thing just to see if I learned it right...do you understand? Link to comment https://forums.phpfreaks.com/topic/4777-precheck-the-php-code/#findComment-16771 Share on other sites More sharing options...
wickning1 Posted March 12, 2006 Share Posted March 12, 2006 The only real way to find out if a script is working is to try it out and see if you get what you expect. If you have a syntax error, it should come up and tell you so when you try to access the page.You can always set up a test server, even on your home machine. You can try a XAMPP install:[a href=\"http://www.apachefriends.org/en/xampp.html\" target=\"_blank\"]http://www.apachefriends.org/en/xampp.html[/a] Link to comment https://forums.phpfreaks.com/topic/4777-precheck-the-php-code/#findComment-16809 Share on other sites More sharing options...
Lambi Posted March 13, 2006 Author Share Posted March 13, 2006 Thank's I'll try that out. Link to comment https://forums.phpfreaks.com/topic/4777-precheck-the-php-code/#findComment-16899 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.