
Welcome to Arkadata Portfolio

PHP Web Development
For my university project. I developed a php dynamic content website. The inspiration was taken from IGN website. The goal was to make a game review website, where i posted my top 10 games and give reviews about them. In addtition to that i had to add a functionality where a new user can create account, log in and give reviews to the game. The "GET" and "REQUEST" method were used to create those and to store them text file was used instead of mySQL because the website was server based and was not published one.
Note: I have only posted screenshots of the coding i have used. This was last year project so i lost data on the server and to access that i will have to contact my university to me that server till then i have posted my codes and some UML diagrams which you can view.
Thank you


This page will help show my top 10 games in main page. This is a very easy and efficent way of showing many items on a single page because the way this is coded is neater and look simple compared to hard coded data. I am using the dynamic approach to deal with this. File type json has been used. I have used several types for importing data onto my website e.g. xml, json, text etc.



