3v4l.org

run code in 300+ PHP versions simultaneously
<?php $con = mysqli_connect("mysql8.000webhost.com" , "a6088828_fa" , "fatma1234" , "a6088828_fa"); $Fname = $_POST["Fname"]; $Lname = $_POST["Lname"]; $Address = $_POST["Address"]; $Mobile = $_POST["Mobile"]; $Mail = $_POST["Mail"]; $Username = $_POST["Username"]; $Password = $_POST["Password"]; $insertquery = mysqli_prepare($con , "INSERT INTO contacts (Fname , Lname , Address , Mobile , Mail , Username , Password) VALUES (?,?,?,?,?,?,?)"); mysqli_stmt_bind_param($insertquery , "sssssss" , $Lname , $LNAME , $Address , $Mobile , $Mail , $Username , $Password); mysqli_stmt_execute($insertquery); mysqli_stmt_close($insertquery); mysqli_close($con); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function mysqli_connect() in /in/jl6PN:2 Stack trace: #0 {main} thrown in /in/jl6PN on line 2
Process exited with code 255.

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:
56.16 ms | 401 KiB | 8 Q