Re: [PHP-DB] Word Matching Application

2011-01-05 Thread Ron Piggott
Subject: Re: [PHP-DB] Word Matching Application On Wed, Jan 5, 2011 at 21:23, Ron Piggott wrote: I only know how to do one array at a time, using FOREACH, like this: === echo "\r\n"; foreach($match_words as $word) { echo "" . $word . "\r\n"; } e

Re: [PHP-DB] Word Matching Application

2011-01-05 Thread Daniel Brown
On Wed, Jan 5, 2011 at 21:23, Ron Piggott wrote: > > I only know how to do one array at a time, using FOREACH, like this: > > === > echo "\r\n"; > >    foreach($match_words as $word) { >        echo "" . $word . "\r\n"; >    } > > echo "\r\n"; > === You could either swap that out for a simple

[PHP-DB] Word Matching Application

2011-01-05 Thread Ron Piggott
I am working on a word matching application. Specifically the user will match a word with it’s definition. I have made some progress since my last post for help (2 or 3 days ago). I need help knowing how to alternate between displaying the word and it’s explanation: === echo "\r\n"; echo "\