PHP security on Netbeans
Moderator: General Moderators
-
besitypanacea
- Forum Newbie
- Posts: 1
- Joined: Sat Mar 14, 2015 3:11 am
PHP security on Netbeans
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
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?
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?
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: PHP security on Netbeans
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.
(#10850)