随笔分类 -  php

博客帮助我成长!
摘要:index.php页面:<html> <head> <title>图形计算器(面向对象)</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> </head> <body> <center> <h1>图形(面积 && 周长)计算器)<h1> <a href="index.php?action=rect" 阅读全文
posted @ 2011-10-19 08:58 笑月儿 阅读(680) 评论(0) 推荐(0)
摘要:<html> <head> <title>php实现简单的计算器</title> <meta http-equiv="Content-Type"content="text/html;charset=utf-8"> </head> <?php $num1=true; $num2=true; $numa=true; $numb=true; $message=""; if(isset($_GET["sub"])){ if($_GET[" 阅读全文
posted @ 2011-10-12 08:10 笑月儿 阅读(303) 评论(0) 推荐(0)