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. Quote Link to comment 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..? Quote Link to comment 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? Quote Link to comment 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] Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.