Bookmark and Share
ASP
Perl
PHP
CSS
HTML
Javascript
XML
C
Visual Basic
Access
MySQL
SQL
MsSQL
Java
jQuery

PHP Subcategories

Beginners | Date and Time | Database | Content Management Systems | Cookies and Sessions | Email | Image Manipulation | Forms | Security | Object Oriented Programming | Web Scraping | String Manipulation | RSS | XML | Other | Mobile | PEAR | Flash | Math | Advanced | Files | Ecommerce | Arrays |

Write Secure Scripts with PHP 4.2!
PHP | Views: 20 |
Find out why tossing one of the major selling points of PHP out the window will help to make your PHP scripts more secure

UDP Portscanning in PHP
PHP | Views: 0 |
Leaving unnecessary ports open can seriously compromise your system. While TCP port scanning is popular, don't underestimate the value of UDP port scanning. In this article, Jason builds a UDP port scanner in PHP

Securing file uploads under PHP
PHP | Views: 5 |
Uploads in php are very easy to implement, but they're a little bit insecure. This is not something with php and it can be fixed in 10 lines, but you have to be aware. Without this, any file accessible by the HTTPD can be viewed (read: /etc/passwd, .htp..

Secure Programming in PHP
PHP | Views: 6 |
Thomas Oertli discusses the common threats and challenges of programming secure PHP applications and practical methods for doing so

PHP's Encryption Functionality
PHP | Views: 0 |
Encryption and hashing allow you to secure and verify data. W. J. Gilmore introduces encryption functions and hashing methods available to PHP

PHP Security, Part 1
PHP | Views: 0 |
If you have users, you'll undoubtedly have bad guys trying to break things. As a PHP developer, it's your responsibility to make sure your code is secure. John Coggeshall demonstrates one common PHP error that can leave you vulnerable, and he explains ho..

On the Security of PHP, Part 2
PHP | Views: 1 |
We conclude our look at securing PHP code with some advice on programming guidelines, user-input filtering, and configuration settings. Upon finishing this lesson, you should be alert to the major liabilities of working with PHP

On the Security of PHP, Part 1
PHP | Views: 0 |
Despite the fact that the language is designed with security in mind, a familiarity with its more dangerous aspects and conformance to common secure programming guidelines is essential to minimizing the possibility of security compromises. The aim of thi..