Page 1 of 1

PHP security on Netbeans

Posted: Sat Mar 14, 2015 3:24 am
by besitypanacea
Is php secure under java netbeans or do I need to secure it? If so, how should I do it in the netbeans IDE. I am developing my grammar checker which should protect my dictionary from hackers. Please answer me guys!

Re: PHP security on Netbeans

Posted: Sat Mar 14, 2015 3:28 am
by requinix
Doesn't sound like you know what you're talking about: the question "Is php secure under java netbeans" is nonsensical. It has no meaning.

Exactly what are you doing, and apparently I should ask "where are you doing it" too, and what are you afraid that someone might do?

Re: PHP security on Netbeans

Posted: Sun Mar 15, 2015 2:08 pm
by Christopher
NetBeans is a code editor and IDE. PHP is created and edited in NetBeans. Whether that PHP code is secure is up to the programmer -- not the editor. You need to develop secure code.