PHP Arrays: A good way to check if an array is associative or sequential

PHP treats all arrays as associative, so there aren’t any built in functions. Can anyone recommend a fairly efficient way to check if an array contains only numeric keys?

Continue reading “PHP Arrays: A good way to check if an array is associative or sequential”

NetBeans IDE 7.2 Beta

NetBeans IDE 7.2 Beta Release Information

The NetBeans IDE is an award-winning integrated development environment available for Windows, Mac, Linux, and Solaris. The NetBeans project consists of anopen-source IDE and an application platform that enable developers to rapidly create web, enterprise, desktop, and mobile applications using the Java platform, as well as PHP, JavaScript and Ajax, Groovy and Grails, and C/C++.

editor

Continue reading “NetBeans IDE 7.2 Beta”

MySQL AES Encryption With PHP

Security should be at the top of every developer’s mind when building an application that could hold sensitive data. We wanted to replicate MySQL’s functions because a lot of our data is already AES-encrypted in our database, and if you’re like us, you probably have that as well.

Continue reading “MySQL AES Encryption With PHP”