is it possible, that in php something, which was written as comment( like //comment...), makes some influence on the script? i remember, that once i use open source script, but when i delete all comments from it, it became non working. sorry for an abstract question. i haven’t the code now, so i dont show it.
is it possible, that in php something, which was written as comment( like //comment…
Share
Comments should not affect code in anyway, provided:
freador similar function, and searching for data in the comments.However, if you removed comments that were commenting out lines of code that are now not commented out, there would be a problem.