PHP security on Netbeans

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
besitypanacea
Forum Newbie
Posts: 1
Joined: Sat Mar 14, 2015 3:11 am

PHP security on Netbeans

Post 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!
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP security on Netbeans

Post 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?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: PHP security on Netbeans

Post 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.
(#10850)
Post Reply