- [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]
- Semantic HTML5 markup
- CSS custom properties
- Positions
- PHP
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🎉')
}
My future PLans is to be more good in php{protect my weeb site and remember how to make weeb page }
- 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.