Re: [PHP] Re: Which CAPTCHA is the besta?

2007-08-17 Thread Geoff Nicol
There are several PHP Captcha classes available as well. A few examples are: http://www.white-hat-web-design.co.uk/articles/php-captcha.php http://milki.erphesfurt.de/captcha/ http://nogajski.de/horst/php/captcha/

Re: [PHP] Regular Expression just one step away from what I need....

2007-08-17 Thread Geoff Nicol
I am no regex expert but wouldn't preg_match_all( /'([^']+)'/Ui, $theString, $matches); Be more flexible? On 8/17/07, Thijs Lensselink [EMAIL PROTECTED] wrote: If it's only real words this will do: $theString = 'foo''bar''glorp'; preg_match_all( /'([a-z]+)'/Ui, $theString, $matches); --

Re: [PHP] manual vs. meta refresh

2007-08-11 Thread Geoff Nicol
pretty beat to death. On 8/11/07, Richard Lynch [EMAIL PROTECTED] wrote: On Fri, August 10, 2007 6:51 pm, Geoff Nicol wrote: That was my first thought as well but you will still have to use a session variable or cookie for the page following redirect to know it was a meta-refresh

Re: [PHP] manual vs. meta refresh

2007-08-11 Thread Geoff Nicol
solution, as people apparently don't read the thread history ;) -Geoff On 8/11/07, Robert Cummings [EMAIL PROTECTED] wrote: On Sat, 2007-08-11 at 18:26 -0700, Geoff Nicol wrote: And if they do a manual refresh on the page you re-directed to, the was_meta_refresh_before flag will be set. How

Re: [PHP] audio recorder

2007-07-30 Thread Geoff Nicol
A service called AudioGenerator provides an online recording capability like you are describing via Flash. Their flash app is at: http://upload.audiogenerator.com/audio_recorder.swf Normally called with the code: object classid=clsid:d27cdb6e-ae6d-11cf-96b8-44455354