In response to [Brady]'s web page, there is nothing special about my photo album software. It's a PHP Photo Album. It's as simple as:
echo "PHP Photo Album" | perl -ne 'print "$1$2\n" if (/(ph)p photo (album)/i);'
So there.
In response to [Brady]'s web page, there is nothing special about my photo album software. It's a PHP Photo Album. It's as simple as:
echo "PHP Photo Album" | perl -ne 'print "$1$2\n" if (/(ph)p photo (album)/i);'
So there.