Jump to content

Precheck the PHP code?


Lambi

Recommended Posts

[!--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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.