3v4l.org

run code in 300+ PHP versions simultaneously
<?php // receive the data and assign them to variables $cust=$_POST['customer']; $prod=$_POST['product']; $qty=$_POST['qty']; //print out the values echo "Your Order details are as follows<br>"; echo "Customer names : ". $cust."<br>"; echo "Product name:".$prod."<br>"; echo "Quantity ordered :".$qty."<br>"; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined array key "customer" in /in/NRRjQ on line 4 Warning: Undefined array key "product" in /in/NRRjQ on line 5 Warning: Undefined array key "qty" in /in/NRRjQ on line 6 Your Order details are as follows<br>Customer names : <br>Product name:<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:
42.85 ms | 402 KiB | 8 Q