1

Possible Duplicate:
PHP: Script for generating Crossword game?

Does anyone know any PHP-based simple Crossword Creator API?

Thanks in advance.

Community
  • 1
  • 1
Adam
  • 13
  • 1
  • 4
  • I think it's not a programming question – Your Common Sense Apr 16 '10 at 09:21
  • try to google for `PHP-based simple Crossword Creator` I am sure you will find one. – Your Common Sense Apr 16 '10 at 09:28
  • 2
    @Adam: Welcome to StackOverflow, btw! Please, do not take offence from the comments above. The community here is in charge of deciding which quesions to allow on this site, and questions formulated in a single sentence have a relatively high probability of getting closed. I hope Gordon's answer is helpful, but if it is not, do not hestitate to edit your question, adding more information on the specific problem you are dealing with. – Jørn Schou-Rode Apr 16 '10 at 09:39

1 Answers1

1

Googling for crossword + php yielded

as the first link.

If that one doesn't fulfill your needs, then please provide more information about what you are looking for in a Crossword Creator/Framework/API.

Gordon
  • 312,688
  • 75
  • 539
  • 559
  • 1
    I was about to post the same link, but then I also noticed [this duplicate question](http://stackoverflow.com/questions/955033/php-script-for-generating-crossword-game) in the Google results. You might to manually migrate your answer there, in the case that this one gets closed :) – Jørn Schou-Rode Apr 16 '10 at 09:35
  • @Jørn the duplicate is actually a duplicate of http://stackoverflow.com/questions/943113/algorithm-to-generate-a-crossword and both are much more generic in question, so I don't think the answer would fit there. – Gordon Apr 16 '10 at 09:39
  • I am not sure I agree. I think this question is a duplicate of 955033 (which explicitly asks for a PHP script), while I consider 943113 is a seperate, more conceptual, question. Hence, I find that you answer would be appropriate for 955033, but I neither have intention nor instruments to force you to cross-post it :) – Jørn Schou-Rode Apr 16 '10 at 09:43
  • @Jørn am too lazy :) feel free to add the link yourself to where you feel it is appropriate. – Gordon Apr 16 '10 at 09:53
  • thanks for the help, that's what i need. I don't know if my question is an duplicate or not. But i know if I come to stackoverflow, i will be getting answers! Thanks SOF. ;) @Jørn for your kind words :). – Adam Apr 16 '10 at 10:09