Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Plain Text by Alexis ( 14 years ago )
$price;
if(isset($_POST['pizza1'])){
$a = $_POST['size'];
if($a == "large"){
$price =+ 100;
echo "$price";
}
else{
echo "small shit";
}
}
if(isset($_POST['pizza2'])){
echo "bullshit";
}
if(isset($_POST['pizza3'])){
echo "bullshit";
}
if(isset($_POST['pizza4'])){
echo "bullshit";
}
Revise this Paste