sudoku php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
eltonpiko
Forum Commoner
Posts: 31
Joined: Wed Apr 01, 2009 2:19 pm

sudoku php

Post by eltonpiko »

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 ? :?:
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: sudoku php

Post by Christopher »

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.
(#10850)
eltonpiko
Forum Commoner
Posts: 31
Joined: Wed Apr 01, 2009 2:19 pm

Re: sudoku php

Post by eltonpiko »

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.
Post Reply