3v4l.org

run code in 300+ PHP versions simultaneously
<html> <body> <?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>"; ?> </body> </html>
Output for git.master, git.master_jit, rfc.property-hooks
<html> <body> Warning: Undefined array key "customer" in /in/91NtT on line 8 Warning: Undefined array key "product" in /in/91NtT on line 9 Warning: Undefined array key "qty" in /in/91NtT on line 10 Your Order details are as follows<br>Customer names : <br>Product name:<br>Quantity ordered :<br></body> </html>

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:
36.3 ms | 402 KiB | 8 Q