A simple PHP Dynamic Multiplication Table

Using PHP we can build a lot of great web applications and websites. With your knowledge in HTML, CSS, Javascript, jQuery and other web development tools, you can make almost everything you want.

Today I'm going to give you a simple code on how to make a simple multiplication table using PHP. It has two pages. The first page will get the input from the user, while the second page will show the output.

I used this as an introductory lesson for my student at Mondriaan Aura College. But starting from now, I'll gonna share some of my resources online for the benifits of a lot of beginners who wants to study this code.

 < <!DOCTYPE html>
        <html>
        <head>
         <title></title>
        </head>
        <body>
                <form action = "page2.php" method="POST">
                        X value<input name="x"type="number" /><br/>
                        y value<input name="y" type="number" /><br/>
                        <input type="submit" value="Generate">
                </form>
        </body>
        </html>
X value
y value

1 comment:

  1. "Respected sridhar,

    We have found your site/blog i.e. http://worldwidewebschool.blogspot.in as a complete violation of our copyrights. The articles published on your site/blog are duplicate copy of the original posts published on PHP Dev Zone @ http://www.php-dev-zone.com. We thereby request you to remove all such copied posts completely within 72 hours.

    Failure to comply will result in a complete deletion of your articles or Blog. Your URL will be reported to both AdSense and GOOGLE DMCA. We therefore earnestly believe that you understand the consequences and expect sincere cooperation from your side.


    Copyright : https://support.google.com/legal/topic/4558877
    DMCA : https://support.google.com/legal/answer/1120734


    Original Site/Blog URL: http://www.php-dev-zone.com/
    Violated Site/Blog URL: http://worldwidewebschool.blogspot.in/


    Regards,
    Ketan Patel
    Founder and Author : www.php-dev-zone.com"

    ReplyDelete