PHP Programmer’s Of Bangladesh

Archive for October 2007

Creating RSS Feed [Beganing]

Posted by: Md. Masud on: October 29, 2007

RSS Feed is one of the best thing in modern web world. But most of the time we are not able to create our own RSS Feed. But can you imagine its simply easy when you know how to write them. Here is a beganing example to write a RSS Feed:
<?php
header( ‘Content-type: text/xml’);
?>
<rss version=”2.0″>
<channel>
<title> WordPress [...]

Regular Expression Example

Posted by: Md. Masud on: October 1, 2007

Here i am providing some useful regular Expression which are acceptable by most of the web developers. I have found them in web.
Email Address validation
Expression: ^.+@[^\.].*\.[a-z]{2,}$

Description:
Most email validation regexps are outdated and ignore the fact that domain names can contain any foreign character these days, as well as the fact that anything before [...]


Where I was???

I was a PHP/MySQL web application developer in EVOKNOW INC from 1st July, 2006 to 5th Nov, 2007.

Blog Stats

  • 26,650 hits

What is the date?????

October 2007
S S M T W T F
« Sep   Nov »
 12345
6789101112
13141516171819
20212223242526
2728293031  

My Links in Del.icio.us

Google Adds