PHP/Ajax

Building a ‘Year drop down list’ can be a boring task. And you have to change it manually after every year. Douh! Here is a PHP easy way to auto populate years list and you can adjust the starting year.

{ read more }

A primary key is used to uniquely identify each row in a table. It can either be part of the actual record itself, or it can be an artificial field (one that has nothing to do with the actual record). A primary key can consist of one or more fields on a table. When multiple [...]

{ read more }

by on July 9th, 2007

Display date and time at your website using simple PHP script.

{ read more }

by on July 9th, 2007

With Flash, XML and PHP you can create very professional, interactive, dynamic and customizable slideshows, galleries and lot more. We basically control back-end by PHP and create XML file which is called in flash to show the dynamic content. This section is bringing PHP, XML and Flash based scripts.

{ read more }

Following is a little example on how we can fetch data from PHP script into Flash swf file. Setting Up SWF File In order for Flash to get data from an external source, you need to make use of dynamic text fields. Simply place a blank dynamic text field on the stage and make sure [...]

{ read more }

by on July 8th, 2007

Not many developers know this but PHP originally stood for Personal Home Page. PHP (Hypertext Preprocessor) is an open source programming language. PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. I will share some of the best resources with you relating to the [...]

{ read more }

by on July 8th, 2007

PHP 5, is the first major release of PHP in years to focus on new features. While one of the key goals behind PHP 3 was increasing PHP/FI 2.0′s performance and efficiency, at the same time it introduced a whole new set of functionality. That was back in 1998. PHP 4 provided another speed burst, [...]

{ read more }

Send emails using PHP and AJAX. Its a complete AJAX PHP based email solution. Just download it and give it a try. Do not forget to change recipient’s email address in scripts/contact.php file and scripts/xmlHttpRequest.php file.

{ read more }