New Member FAQ | Forums | Earn Revenue


Resources Entrance Ask Experts Exam Papers Jobs English Projects Universities Colleges Courses Schools Training My India



My Profile
Active Members
TodayLast 7 Days more...



Awards & Gifts
Online Exams

Fresher Jobs


Our fresher job section is exclusively for fresh graduates! Find jobs for freshers in major Indian cities including Bangalore, Chennai, Hyderabad, Pune or Kochi

Resources


Find educational articles, blogs, discussion threads and other resources.

Colleges


Find details about any college in India or search for courses.

website counter



Scientific Calculator in php


Posted Date:     Total Responses: 0    Posted By: dev kashyap    Member Level: Silver   Points/Cash: 4   


$x=$_GET['t1'] ;
$y=$_GET['t2'];

if(isset($_GET['b1']))
{$z=$x+$y;
}
if(isset($_GET['b2']))
{$z=$x-$y;}


if(isset($_GET['b3']))
{$z=$x*$y;
}


if(isset($_GET['b4']))
{if($y==0)
{
echo"sorry wrong input";
}
else{
$z=$x/$y;
}

if(isset($_GET['b5']))
{
$z=$x;
$x=$y;
$x=$y;
}
}
if(isset($_GET['b6']))
$x=$y;?>


Project Feedbacks

Author: jacob thomasMember Level: BronzeRevenue Score: 2 out of 52 out of 5
heloo dev,
Thank you very much for providing such a simple programme in php to create a scientific calculator.


Post Feedback
You must Sign In to post a feedback.
Next Project: The Effect Of Subsurface Defects On Surface Roughness Inspection Through Ultrasonic Technique
Previous Project: Hospital Database

Return to Project Index

Post New Project


Related Projects



Advertise Here





Contact Us   Advertise   Editors    Privacy Policy    Terms Of Use   

ISC Technologies.
2006 - 2009 All Rights Reserved.