3v4l.org

run code in 300+ PHP versions simultaneously
<?php $firstname=$_POST['firstname']; $lastname=$_POST['lastname']; $tel=$_POST['tel']; $email=$_POST['email']; $product=$_POST['stationery']; $quantity=$_POST['quantity']; $total=$_POST['total']; //print out the values echo "your order details are as follows<br>"; echo "customer's first name:".$firstname."<br>"; echo "customer's Last name:".$lastname."<br>"; echo "customer's Telephone :".$tel."<br>"; echo "customer's Email :".$email."<br>"; echo "product names:".$product."<br>"; echo "quantity ordered:".$quantity."<br>"; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined array key "firstname" in /in/FsUou on line 3 Warning: Undefined array key "lastname" in /in/FsUou on line 4 Warning: Undefined array key "tel" in /in/FsUou on line 5 Warning: Undefined array key "email" in /in/FsUou on line 6 Warning: Undefined array key "stationery" in /in/FsUou on line 7 Warning: Undefined array key "quantity" in /in/FsUou on line 8 Warning: Undefined array key "total" in /in/FsUou on line 9 your order details are as follows<br>customer's first name:<br>customer's Last name:<br>customer's Telephone :<br>customer's Email :<br>product names:<br>quantity ordered:<br>

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
39.73 ms | 402 KiB | 8 Q