This is my 5th project. The Subins Games. This site is for playing games.
Functions
- Commenting
- Score saving
- Play History
- Add your game
- Game stats
(And adding new ones!)
Like all the other projects this project has used Javascript Library Jquery and the server side language is PHP.
The main problem I faced was the merging of two blogs to one. It was very difficult to merge manually.
So I used WordPress in my localhost to import posts from blogger and exported the posts in XML format.
Then I used PHP to insert the XML file contents to MySql Database. Thankyou WordPress.