Skip to content

i tried to make a calculator with HTML-PHP and with some CSS

Notifications You must be signed in to change notification settings

MohamedGandoul/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

  • [Overview](The Project Calculate )
  • My process
    • [Built with](Html Css PHP)
    • [What I learned](How to manage page with simple code and how to make all security and make the page look mush protect with simple code )
    • [Continued development](Now im try to learn more about securities)
    • Useful resources
  • [Author => Pepo]

Screenshot

Design Preview

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Positions
  • PHP

What I learned

First Html i just know from now how to make in icons for my Web site

 <?php $num01 = filter_input(INPUT_POST, "num01", FILTER_SANITIZE_NUMBER_FLOAT);
            $num02 = filter_input(INPUT_POST, "num02", FILTER_SANITIZE_NUMBER_FLOAT);
            $operator = htmlspecialchars($_POST["operator"]);
            
            if (!is_numeric($num01) || !is_numeric($num02))
            ?>
const proudOfThisFunc = () => {
  console.log('Yayyyyyy🎉')
}

Continued development

My future PLans is to be more good in php{protect my weeb site and remember how to make weeb page }

Useful resources

  • Example resource - This helped me for Validation and with how to manage Div reason. I really liked this pattern and will use it going forward.

Author

About

i tried to make a calculator with HTML-PHP and with some CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published