PHP chess board : how to make ?
As we have learned much of the basics of HTML and CSS . Let us now learn how can we make our web applications more user friendly, flexible and versatile, using php . Today we will see how to make a chess board using php in collaboration with HTML and CSS . So, Let's start: BASIC php SYNTAX: Starting Closing Tags: <?php ?> Php code must be written in these tags. Variables: Start with "$" sign e.g. $num=3; ; is really important to put after every statement. Functions: Functions start with the keyword "function". E.g. function power(){} Print: echo "printing by using echo"; echo ("printing by using echo"); print "pri...
for my semester project..
ReplyDelete