sudoku php
Moderator: General Moderators
sudoku php
hi all i have this project to build a sudoku aplication in php here is how it work it will have an admin panel to enter the sudoku number and also leave emptygrid this will be store in tables in mysql in the admin there will be a field to edit and update each grid in the sudoku table.then all the info will be populated in a table on the front end the the player will enter the missing number and email it plus the blank spot the user ned to enter should have validation to accept just numbers.anybody have an idea how i should tackle this ? 
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: sudoku php
What have you done so far? What is the next thing you think you need to implement?
PS - I don't understand the email part.
PS - I don't understand the email part.
(#10850)
Re: sudoku php
the email part is the player will submit the sudoku game after completing meaning posting his answer.
well already got the created the table in database the sudoku grid will be 9x9.the bigest problem in facing i generating the grid all would be much easy for me if i aready got the grid with the form the i would just write the code to link each grid with appropriate table in the database so each time a number is updated in the grid it will overwrite the one in the database. now i can also amake it more simpler without database just html form with validation for each grid.my problem still come on building the grids.
well already got the created the table in database the sudoku grid will be 9x9.the bigest problem in facing i generating the grid all would be much easy for me if i aready got the grid with the form the i would just write the code to link each grid with appropriate table in the database so each time a number is updated in the grid it will overwrite the one in the database. now i can also amake it more simpler without database just html form with validation for each grid.my problem still come on building the grids.