0% found this document useful (0 votes)
31 views8 pages

PHP Done

The document describes a project to generate a chess board dynamically using PHP. It provides instructions on how to create the board by running two loops to generate 8 rows of an 8x8 grid, alternating the background color of each square between black and white. The document includes sections on introduction, approach, program, output and conclusion.

Uploaded by

Aditi Pawse
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views8 pages

PHP Done

The document describes a project to generate a chess board dynamically using PHP. It provides instructions on how to create the board by running two loops to generate 8 rows of an 8x8 grid, alternating the background color of each square between black and white. The document includes sections on introduction, approach, program, output and conclusion.

Uploaded by

Aditi Pawse
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

GOVERNMENT POLYTECHNIC, AMBAD.

DEPARTMENT OF INFORMATION TECHNOLOGY


WEB BASED APPLICATION DEVELOPMENT WITH PHP
(22619)
ACADEMIC YEAR-2022-23

A MICRO-PROJECT ON
“Generate Dynamically Chess Board”
FOR THE AWARD OF

DIPLOMA INFORMATION TECHNOLOGY


& ENGINEERING(IT)
UNDER THE GUIDANCE OF
PROF.S.S.JADHAV
SUBMITTED BY

Enrollment Name Roll no Signature


No
2011620277 Tagad Pallavi Narayan 43

2011620284 More Sujata Satish 50

2111620416 Patharkar Aarti Arjun 56

2111620417 Pawse Aditi Shivaji 57

2111620418 Shelke Supriya Sundar 58


GOVERNMENT POLYTECHNIC, AMBAD.
DEPARMENT OF INFORMATION TECHNOLOGY
WEB BASED APPLICATION DEVELOPMENT WITH PHP
(22619)

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.

AcademicYear:2022-2023 Semester: Six (VI)


Place: Ambad

Date:

PROF.S.S.JADHAV PROF. Y.B. SANAP DR.A.M.AGARKAR

Micro-project Guide H.O. D Principal


DECLARATION

I, the undersigned hereby declare that the project entitled “Generate


Dynamically Chess Board.” written and submitted by me to Government
Polytechnic Ambad during Year 2022-2023, Six Semester for partial fulfillment
of the ‘Micro Project’ requirement of “WBP”course under Maharashtra State
Board project of Technical Education, Mumbai curriculum, under the guidance of
Prof.S.S.JADHAV is my original work.

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 am very much thankful to Head Department of Information Technology all


HODs of various departments and Prof.Dr.A.M.Agarkar ,The Principal of
Government Polytechnic, Ambad for his encouragement and providing me a
motivating environment and project facilities in the Institute to carry out
experiments and complete this Micro-project work.

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.

I am indeed indebted to my parents and other family members for their


immense help at all levels with moral, social & financial support, care and
support throughout my studies without which my work would not have seen
light of the day.

With warm regards,

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

We successfully create dynamically change chessboard. By taking any


input from user.

Reference
https://www.geeksforgeeks.org/write-a-program-to-design-a-chess-board-
using-php/
https://www.w3schools.com/php/

You might also like