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, $ma

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: http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#versi

Re: [PHP] manual vs. meta refresh

2007-08-11 Thread Geoff Nicol
' this has been 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

Re: [PHP] manual vs. meta refresh

2007-08-11 Thread Geoff Nicol
ose on an incomplete 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