Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

I-nfotech:
10 projects every php developer should use
Nov 12, 2007 @ 17:18:00

According to I-nfotech, there's ten projects that every PHP developer out there just can't live without:

As a php web developer, you should know that php is probably the language that has the biggest code repository. So no matter what module you want to include in your project there should be an open source solution. [...] Anyway, after many years as a web developer, I've compiled a list of php classes that can be easily integrated in any project and I am regularly use.

He has it broken up into the ten different categories including "sending emails", "user manipulation", "fetching RSS feeds" and "grabbing remote content". Some of his choices are things native to PHP (like the mail function) but others are external classes like the Magpie RSS package.

tagged: project list use recommend email user rss geotarget trackback template project list use recommend email user rss geotarget trackback template

Link:

I-nfotech:
10 projects every php developer should use
Nov 12, 2007 @ 17:18:00

According to I-nfotech, there's ten projects that every PHP developer out there just can't live without:

As a php web developer, you should know that php is probably the language that has the biggest code repository. So no matter what module you want to include in your project there should be an open source solution. [...] Anyway, after many years as a web developer, I've compiled a list of php classes that can be easily integrated in any project and I am regularly use.

He has it broken up into the ten different categories including "sending emails", "user manipulation", "fetching RSS feeds" and "grabbing remote content". Some of his choices are things native to PHP (like the mail function) but others are external classes like the Magpie RSS package.

tagged: project list use recommend email user rss geotarget trackback template project list use recommend email user rss geotarget trackback template

Link:

WebDigity.com:
PHP geotargeting techniques
Sep 07, 2007 @ 13:56:00

On the WebDigity.com website, there's a quick how-to on using geo-targeting on your website with a combination of a geolocation database and a PHP module to parse it.

There are many cases that we need to display different content to our users depending on the location that they are visiting our site. In this tutorial we will give some examples regarding geo targeting with php.

They got their geolocation database from Maxmind and loaded up this module to make it as simple as a call to geoip_open and geoip_country_code_by_addr to get the location of the remote user.

tagged: geotarget geoip module tutorial database geotarget geoip module tutorial database

Link:

WebDigity.com:
PHP geotargeting techniques
Sep 07, 2007 @ 13:56:00

On the WebDigity.com website, there's a quick how-to on using geo-targeting on your website with a combination of a geolocation database and a PHP module to parse it.

There are many cases that we need to display different content to our users depending on the location that they are visiting our site. In this tutorial we will give some examples regarding geo targeting with php.

They got their geolocation database from Maxmind and loaded up this module to make it as simple as a call to geoip_open and geoip_country_code_by_addr to get the location of the remote user.

tagged: geotarget geoip module tutorial database geotarget geoip module tutorial database

Link:


Trending Topics: