A new method of text based captcha to verify human input in forms. Much more accessible to screen readers and very easy for humans to decipher (as opposed to some image based CAPTCHAs).
Version: n/a Platform(s): n/a Updated: Tue Mar 14 2006
In HTML the " character is encountered very often. This is also used within PHP therefore this causes a very small problem when outputting HTML code. This however is a very simple solution to that problem.
The source code for a function that will calculate a specified URL's Google PageRank is provided. Also included: some background info on PageRank and an example of the function's use.
Do you have a script that takes a while to process? Wanna start outputting before the entire script finishes processing? Learn how to use PHP output buffering functions and have them actually work! Don't make your visitors wait for a long script to process.
Version: n/a Platform(s): n/a Updated: Sun Jul 10 2005
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!