Hi all,
I have searched but found nothing.
I want to search through a php sites .php files for spelling errors.
Does anyone know of a program (preferable linux but win will do as well) that will spell check .php files
I know in linux we can use:
spell *.php
however you basically end up with your variables etc etc being shown.
So I need something that will ignore php code and be smart enough to find spelling errors in standard text and also quoted text in echos etc
Any ideas?
Thanks