View Full Version : Array to find multiple mistakes
flash_noob
May 14th, 2007, 02:17 PM
How do you use an array to find multiple mistakes in a sentence?
For example this is the incorrect sentence:
[Tha] cow [jummped] over the [moonn].
This is the correct sentence:
[The] cow [jumped] over the [moon].
I'm trying to avoid using tons of multiple if statements.
ideas?
PS.
I can only pay you via pay pal.
-T
kinow
June 6th, 2007, 09:27 PM
Still looking for this solution? Cheers
biznuge
June 7th, 2007, 03:29 AM
Are you trying to do this in flash????
I would have thought this would be more of a server side script task, CGI, or bean implementation, cos the amount of words you'd need to store and look up then compare, would easily time out the flash player, even in stand alone mode.
Is this really a job offer. Could a mod please move this...
kinow
June 7th, 2007, 08:43 AM
Yeah, you're correct. Using flash would cause something horrible.
The solution I propose is based in PHP + MySQL as backend, and Flash + ActionScript acting as interface.
I believe you should already have a web server or hosting solution. Do you have PHP, Perl, Ruby or Java installed?
Cheers,
Kinow
Are you trying to do this in flash????
I would have thought this would be more of a server side script task, CGI, or bean implementation, cos the amount of words you'd need to store and look up then compare, would easily time out the flash player, even in stand alone mode.
Is this really a job offer. Could a mod please move this...
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.