
This form below allows you to decode Base64-encoded text strings. It’s pretty simple to use - just paste in the Base64 text you want to decode and then press the ‘Decode’ button.
Filed under: PHP by JackOweb

Filed under: PHP by JackOweb

Some theme authors embed links in an encoded footer making it difficult to understand what is happening in the footer. Note: this type of encoded content could be malicious as well as just a copyright banner! Here's a method to decode (figure out) and correct the footer so there is no encoding.
Filed under: WordPress by JackOweb

Need to convert lower case characters to uppercase characters with MySQL. Tried UCASE(columname)
but returns error. Any suggestions??
Filed under: PHP by DigiOz

This plugin generates a XML-Sitemap compliant sitemap of your WordPress blog. This format is supported by Ask.com, Google, YAHOO and MSN Search.
Filed under: WordPress by Andrew91

This guide shows how you can build an RSS feed reader application for the social network Facebook that will display your blog's/web site's RSS feed on the profile pages of Facebook users (that have installed the RSS feed reader application). Each item of the RSS feed will have a Share button so that people can share the story with their friends, and the application will have an Invite link so that people can invite up to ten friends at once to also install this feed reader application. I will use PHP5 to build the RSS feed reader application. To parse the RSS feed and generate HTML from it, I will use Magpie RSS.
Filed under: Facebook by 1forAlbert

PHP-CSL is an online application written in PHP which enables authorised users to store and categorise code snippets. It is released as Open Source, and available to download at sourceforge.
PHP-CSL was first developed around 6 years ago. It had several rewrites and feature changes over the course of 3.5 years. At this time, no further development is planned. PHP-CSL was written before PHP5 existed, some configuration tweeks may be required in order run it with PHP5!!
Filed under: PHP by Axel

Php > LDAP sample source codes
Add entry to LDAP
Bind to LDAP directory
Connect to an LDAP server
Generating and catching an error
Get Attributes
Get Values
LDAP Search Example
Password Check
Search
Filed under: PHP by LucyOne