3v4l.org

run code in 300+ PHP versions simultaneously
<?php $nombre=$_POST['Emp']; //conexion con la base de datos y el servidor $link = mysqli_connect('localhost','icolmen','Farofa2010','abc_db'); //or die ("<h2>No se encuentra el servidor</h2>"); //mysqli_select_db($link,"abc_db") //or die ("<h2>Error de conexion</h2>"); //obtenemos los valores del formulario mysql_query("INSERT INTO nombre VALUES('$nombre')",$link); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/bpb6r
function name:  (null)
number of ops:  18
compiled vars:  !0 = $nombre, !1 = $link
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_R                      global              ~2      '_POST'
          1        FETCH_DIM_R                                      ~3      ~2, 'Emp'
          2        ASSIGN                                                   !0, ~3
    5     3        INIT_FCALL_BY_NAME                                       'mysqli_connect'
          4        SEND_VAL_EX                                              'localhost'
          5        SEND_VAL_EX                                              'icolmen'
          6        SEND_VAL_EX                                              'Farofa2010'
          7        SEND_VAL_EX                                              'abc_db'
          8        DO_FCALL                                      0  $5      
          9        ASSIGN                                                   !1, $5
   11    10        INIT_FCALL_BY_NAME                                       'mysql_query'
         11        ROPE_INIT                                     3  ~8      'INSERT+INTO+nombre+VALUES%28%27'
         12        ROPE_ADD                                      1  ~8      ~8, !0
         13        ROPE_END                                      2  ~7      ~8, '%27%29'
         14        SEND_VAL_EX                                              ~7
         15        SEND_VAR_EX                                              !1
         16        DO_FCALL                                      0          
   13    17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.08 ms | 1397 KiB | 13 Q