Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
The only way bot
SUBMITTED BY:
hosam150
DATE:
Jan. 1, 2017, 9:08 a.m.
FORMAT:
HTML
SIZE:
1.5 kB
Raw
Download
Tweet
HITS:
31218
Go to comments
Report
<
head
><
title
>
ali-mohammed-dreer
</
title
>
<
/head NUM2
<
input
type
=
"text"
name
=
"y"
size
=
"20"
><
br
><
INPUT
TYPE
=
"hidden"
NAME
=
"forms"
VALUE
=
"form1"
>
<
br
>
OPERATERS:
<
BR
><
input
type
=
"radio"
value
=
"ADDITION"
checked
name
=
"operaters"
>
ADD
<
br
><
input
type
=
"radio"
value
=
"SUB"
name
=
"operaters"
>
SUB
<
br
><
input
type
=
"radio"
value
=
"MULT"
name
=
"operaters"
>
MULTI
<
br
><
input
type
=
"radio"
value
=
"DIV"
name
=
"operaters"
>
DIVISION
<
br
><
input
type
=
"radio"
value
=
"MOD"
name
=
"operaters"
>
MODULUS
<
br
>
<
input
type
=
"reset"
value
=
"clear"
name
=
"reset"
>
<
input
type
=
"submit"
value
=
"calculate"
name
=
"submit"
>
</
form
><
a
href
=
"http://ali-mohammed-dreer-cv.blogspot.com/2012/09/php.html"
>
My blogggggggggggggger
</
a
><
h2
>
Aisha
</
h2
>
</
body
>
</
html
>
';if($operaters=="ADDITION"){ $z=$x+$y;print $z;}if($operaters=="SUB"){ $z=$x-$y;print $z;}if($operaters=="MULT"){ $z=$x*$y;print $z;}if($operaters=="DIV"){ $z=$x/$y;print $z;}if($operaters=="MOD"){ $z=$x%$y;print $z;}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus