PHP Done
PHP Done
A MICRO-PROJECT ON
“Generate Dynamically Chess Board”
FOR THE AWARD OF
CERTIFICATE
A MICRO-PROJECT ON
This is certify that the micro project entitiled “Generate Dynamically Chess Board”
being submitted here with for the award of DIPLOMA IN ENGINEERING & TECHNOLOGY in
INFORMATION TECHNOLOGY of MAHARASHTRA STATEBOARD & TECHNICAL EDUCATION
(MSBTE) is the result of Micro-project work guidance of Prof.S.S.Jadhav.
It is to the best of my knowledge and belief that the work embodied in this Micro project
has not formed earlier the basis for the award of any degree or diploma of this or any other
Board or examining body.
Date:
The empirical findings in this project are based on the collected data and are not
copied from any other sources. There are Names Of Student Who Help/Submit
this Project.
ACKNOWLEDGEMENT
I have great pleasure to express my immense gratitude towards a dynamic
person and my project guidance. I am Very thank full to Prof.S.S.Jadhav
Department of Information Technology. Government Polytechnic, Ambad for
giving me an opportunity to work on an interesting topic over one semester. The
work presented here could not have been accomplished without his most
competent and inspiring guidance, innocessant encouragement, constructive
criticism and constant motivation during all phases of our group Micro-project
work. I am highly indebted to him.
I would like to extend my thanks to all our professors, staff members and all
our friends who extended their co-operation to complete the project.
Yours Sincerely,
…………………………………………..
INTRODUCTION
In this Generate Dynamically Chess Board we create table by using GUI components
from the reference of third chapter form and validating form.
And also we used POST method to validate table. We used if-else statement and for loop.
Table structured and designed by using html and css.
Chess is a recreational and competitive board game played between two players. It is played on a
square chessboard with 64 squares arranged in an eight-by-eight grid black-white alternatively. In
this article, we will learn how to design a Chess Board using PHP.
Approach:
To create Chess in php; we have to run 2 loops each will create 8 blocks.
The inner-loop will generate table-row with black/white background-color based upon a value .
If value is even, Black background is generated .
If value is odd, White background is generated
Program
OUTPUT
Conclusion
Reference
https://www.geeksforgeeks.org/write-a-program-to-design-a-chess-board-
using-php/
https://www.w3schools.com/php/