Buy me a Beer
Web 2.0 Training
 
headermask image

Random Header :: Unpredictably Exciting

category archive listing Category Archives: PHP

Top Ten Security Vulnerabilities in PHP Code !

1. Unvalidated Parameters Most importantly, turn off register_globals. This configuration setting defaults to off in PHP 4.2.0 and later. Access values from URLs, forms, and cookies through the superglobal arrays $_GET, $_POST, and $_COOKIE. Before you use values from the superglobal arrays, validate them to make sure they don’t contain unexpected input. If you know [...]

Get Country and City from IP for FREE !

DMW Technologies (P) Limited launcher an API to extract all possible information from any IP. You can sign up for free for the API at http://geoip.dmwtechnologies.com We call it IP Intelligence. It is an open source API which can determine country, state/region, city, US area code, metro code, latitude, and longitude information for IP addresses [...]

CodeGear releases “Delphi for PHP” version 2.0

CodeGear, the developer tools arm of Borland Software, has upgraded its tool set for PHP developers. The company announced Delphi for PHP 2.0 on April 14. Delphi for PHP is an IDE (integrated development environment) for rapidly building interactive Web applications using visual drag-and-drop design capabilities. The product also features a PHP component framework. CodeGear [...]

Now a PHP Library for Microsoft Dot.Net

A small set of PHP files to support using the Microsoft AJAX Library with PHP web applications. The current release supports creating web service proxies in PHP code such that the Microsoft AJAX Library (a free download from http://ajax.asp.net) can call them from client-side code. Future releases will support localization and globalization, debug and release [...]

Google Apps Provisioning PHP Client Library

By Trevor Johns, The Google data APIs team The Google Apps Provisioning API allows Google Apps domain administrators to manage users, their nicknames, and associated email lists. Now a new PHP client library for accessing version 2.0 of this API is available. The PHP client is being included as part of the recent release of [...]