Need to generate style sheets dynamically with PHP to keep presentaion logic together or create environment aware style sheets with PHP and JavaScript? This tutorial shows you how!
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris
Here is a pre build php function free for you to use in your own sites, this will check the string you run though it and check that its a vailid email address.
Enter a URL and results will display all links on that URL by matching the strings 'http', 'file', and ftp. A while loop executes for each result and returns the url using printf.
At first sight, PHP lacks functional programming support. Actually, there is create_function() and the array_map() family, but these are mostly useless. So I looked at another language for inspiration...
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris
Make all your webpages search engine friendly by converting them to *.htm files. (Requires mod_rewrite on your server.) Touches upon regular expressions.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris