3v4l.org

run code in 300+ PHP versions simultaneously
<?php session_start(); //Start session //Unset the variables stored in session unset($_SESSION['SESS_MEMBER_ID']); unset($_SESSION['SESS_FIRST_NAME']); unset($_SESSION['SESS_LAST_NAME']); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="icon" href="img/Untitled-1.png" type="image" /> <link rel="shortcut icon" href="img/Untitled-1.png" type="image" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>BookFace the leading</title> <link href="format1.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="css/reset.css" type="text/css" /> <link rel="stylesheet" href="css/master.css" type="text/css" /> <script type="text/javascript" src="contact1.js"></script> <script type="text/javascript" src="contact.js"></script> <script type="text/javascript" src="contact3.js"></script> <style type="text/css"> <!-- body { background-image: url(img/bg2.jpg); background-repeat:repeat-x; background-color:#d9deeb; } --> </style> <script type="text/javascript" src="jquery.watermarkinput.js"></script> <script type="text/javascript"> jQuery(function($){ $("#login").Watermark("username"); }); </script> </head> <SCRIPT LANGUAGE="JavaScript"> function CountLeft(field, count, max) { if (field.value.length > max) field.value = field.value.substring(0, max); else count.value = max - field.value.length; } </script> <body> <div class="mainr"> <div class="topleft"><img src="img/logo1.jpg" width="175" height="41" /></div> <form action="login-exec.php" method="post"> <div class="qwerty"> <div class="label"> <div class="email">UserName</div> <div class="password">Password</div> </div> <div class="label1"> <div class="emailtext"><input name="login" type="text" id="login" /> </div> <div class="passwordtext"><input name="password" type="password" /> <input type="submit" class="greenButton" value="Login" /></div> </div> <div class="label2"> <div class="email"> <div class="radio"><input name="check" type="checkbox" value="" /></div> <div class="text1">Keep me Log-in</div> </div> <div class="password">Forgot Password?</div> </div> </div> </form> </div> <div class="downleft"> <div class="picture"> <img src="img/wala.jpg" width="471" height="257" /> <?php if( isset($_SESSION['ERRMSG_ARR']) && is_array($_SESSION['ERRMSG_ARR']) && count($_SESSION['ERRMSG_ARR']) >0 ) { echo '<ul class="err">'; foreach($_SESSION['ERRMSG_ARR'] as $msg) { echo '<li>',$msg,'</li>'; } echo '</ul>'; unset($_SESSION['ERRMSG_ARR']); } ?> </div> <div class="field"> <div class="signup">Cadastre-se <?php include("config.php"); $qry = mysql_query("SELECT * FROM members"); echo " - ".mysql_num_rows($qry)." membros."; ?></div> <div class="free">É gratuito e sempre será.</div> <div class="text"> <form action="register-exec.php" method="post"> <div class="textleft">Nome:</div> <div class="textright"><input name="fname" type="text" class="textfield" id="fname" onKeyDown="CountLeft(this.form.fname, this.form.left,30);" onKeyUp="CountLeft(this.form.fname,this.form.left,30);" size="40"> <input readonly type="text" name="left" size=3 maxlength=3 value="30" disabled="disabled" class="textfield2"> </div> <div class="textleft">Sobrenome:</div> <div class="textright"><input name="lname" type="text" class="textfield" id="lname" onKeyDown="CountLeft(this.form.lname, this.form.last,30);" onKeyUp="CountLeft(this.form.lname,this.form.last,30);" size="40"> <input readonly type="text" name="last" size=3 maxlength=3 value="30" disabled="disabled" class="textfield2"> </div> <div class="textleft">Login:</div> <div class="textright"><input name="login" type="text" class="textfield" id="login1" onKeyDown="CountLeft(this.form.login, this.form.log,30);" onKeyUp="CountLeft(this.form.login,this.form.log,30);" size="40"> <input readonly type="text" name="log" size=3 maxlength=3 value="30" disabled="disabled" class="textfield2"> </div> <div class="textleft">Senha:</div> <div class="textright"> <input name="password2" type="password" class="textfield" id="password" onkeydown="CountLeft(this.form.password, this.form.pas,30);" onkeyup="CountLeft(this.form.password,this.form.pas,30);" size="40" /> <input readonly type="text" name="pas" size=3 maxlength=3 value="30" disabled="disabled" class="textfield2"> </div> <div class="textleft">Confirme a senha:</div> <div class="textright"><input name="cpassword" type="password" class="textfield" id="cpassword" onkeydown="CountLeft(this.form.cpassword, this.form.pas1,30);" onkeyup="CountLeft(this.form.cpassword,this.form.pas1,30);" size="40" /> <input readonly type="text" name="pas1" size=3 maxlength=3 value="30" disabled="disabled" class="textfield2"> </div> <div class="textleft">Endereço:</div> <div class="textright"><input name="address" type="text" class="textfield" id="address" onKeyDown="CountLeft(this.form.address, this.form.ad,50);" onKeyUp="CountLeft(this.form.address,this.form.ad,50);" size="40"> <input readonly type="text" name="ad" size=3 maxlength=3 value="50" disabled="disabled" class="textfield2"> </div> <div class="textleft">Telefone:</div> <div class="textright"><input name="cnumber" type="text" class="textfield" id="cnumber" onKeyDown="CountLeft(this.form.cnumber, this.form.cn,11);" onKeyUp="CountLeft(this.form.cnumber,this.form.cn,11);" size="40"> <input readonly type="text" name="cn" size=3 maxlength=3 value="11" disabled="disabled" class="textfield2"> <input name="propic" id="dadded" type="hidden" value="uploadedimage/defoult.jpg" /></div> <div class="textleft">E-mail:</div> <div class="textright"><input name="email" type="text" class="textfield" id="email" onKeyDown="CountLeft(this.form.email, this.form.em,50);" onKeyUp="CountLeft(this.form.email,this.form.em,50);" size="40"> <input readonly type="text" name="em" size=3 maxlength=3 value="50" disabled="disabled" class="textfield2"> </div> <div class="textleft1">Sexo:</div> <div class="textright1"> <div class="input-container"> <select name="gender" id="gender" class="textfield1"> <option >Select Sex:</option> <option >Female</option> <option >Male</option> </select><br /> </div> </div> <div class="textleft1">Aniversário:</div> <div class="textright1"> <div class="input-container"> <?php include("config.php"); $name= mysql_query("select * from month"); echo '<select name="month" id="user" class="textfield1">'; while($res= mysql_fetch_assoc($name)) { echo '<option>'; echo $res['month']; echo'</option>'; } echo'</select>'; mysql_close($con) ?> &nbsp;<?php include("config.php"); $name= mysql_query("select * from day order by day_id asc"); echo '<select name="day" id="user" class="textfield1">'; while($res= mysql_fetch_assoc($name)) { echo '<option>'; echo $res['day']; echo'</option>'; } echo'</select>'; mysql_close($con) ?> <?php include("config.php"); $name= mysql_query("select * from year"); echo '<select name="year" id="user" class="textfield1">'; while($res= mysql_fetch_assoc($name)) { echo '<option>'; echo $res['year']; echo'</option>'; } echo'</select>'; mysql_close($con) ?> </div> </div> <div class="textleft"> </div> <div class="textright"> <div class="textleft"></div> <div class="textright"> <br /><label> <input type="submit" name="Submit" value="Sign Up" class="greenButton1" /> </label> </div> </form> </div> </div> </div> </body> </html>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 12, Position 2 = 16
Branch analysis from position: 12
2 jumps found. (Code = 46) Position 1 = 17, Position 2 = 22
Branch analysis from position: 17
2 jumps found. (Code = 43) Position 1 = 23, Position 2 = 36
Branch analysis from position: 23
2 jumps found. (Code = 77) Position 1 = 27, Position 2 = 32
Branch analysis from position: 27
2 jumps found. (Code = 78) Position 1 = 28, Position 2 = 32
Branch analysis from position: 28
1 jumps found. (Code = 42) Position 1 = 27
Branch analysis from position: 27
Branch analysis from position: 32
1 jumps found. (Code = 42) Position 1 = 60
Branch analysis from position: 60
2 jumps found. (Code = 44) Position 1 = 65, Position 2 = 56
Branch analysis from position: 65
1 jumps found. (Code = 42) Position 1 = 81
Branch analysis from position: 81
2 jumps found. (Code = 44) Position 1 = 86, Position 2 = 77
Branch analysis from position: 86
1 jumps found. (Code = 42) Position 1 = 102
Branch analysis from position: 102
2 jumps found. (Code = 44) Position 1 = 107, Position 2 = 98
Branch analysis from position: 107
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 98
2 jumps found. (Code = 44) Position 1 = 107, Position 2 = 98
Branch analysis from position: 107
Branch analysis from position: 98
Branch analysis from position: 77
2 jumps found. (Code = 44) Position 1 = 86, Position 2 = 77
Branch analysis from position: 86
Branch analysis from position: 77
Branch analysis from position: 56
2 jumps found. (Code = 44) Position 1 = 65, Position 2 = 56
Branch analysis from position: 65
Branch analysis from position: 56
Branch analysis from position: 32
Branch analysis from position: 36
Branch analysis from position: 22
Branch analysis from position: 16
filename:       /in/VkfHS
function name:  (null)
number of ops:  113
compiled vars:  !0 = $msg, !1 = $qry, !2 = $name, !3 = $res, !4 = $con
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'session_start'
          1        DO_ICALL                                                 
    7     2        FETCH_UNSET                                      $6      '_SESSION'
          3        UNSET_DIM                                                $6, 'SESS_MEMBER_ID'
    8     4        FETCH_UNSET                                      $7      '_SESSION'
          5        UNSET_DIM                                                $7, 'SESS_FIRST_NAME'
    9     6        FETCH_UNSET                                      $8      '_SESSION'
          7        UNSET_DIM                                                $8, 'SESS_LAST_NAME'
   11     8        ECHO                                                     '%3C%21DOCTYPE+html+PUBLIC+%22-%2F%2FW3C%2F%2FDTD+XHTML+1.0+Transitional%2F%2FEN%22+%22http%3A%2F%2Fwww.w3.org%2FTR%2Fxhtml1%2FDTD%2Fxhtml1-transitional.dtd%22%3E%0A%3Chtml+xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml%22%3E%0A%3Chead%3E%0A%3Clink+rel%3D%22icon%22+href%3D%22img%2FUntitled-1.png%22+type%3D%22image%22+%2F%3E%0A%3Clink+rel%3D%22shortcut+icon%22+href%3D%22img%2FUntitled-1.png%22+type%3D%22image%22+%2F%3E%0A%0A%0A%3Cmeta+http-equiv%3D%22Content-Type%22+content%3D%22text%2Fhtml%3B+charset%3Diso-8859-1%22+%2F%3E%0A%3Ctitle%3EBookFace+the+leading%3C%2Ftitle%3E%0A%3Clink+href%3D%22format1.css%22+rel%3D%22stylesheet%22+type%3D%22text%2Fcss%22+%2F%3E%0A%3Clink+rel%3D%22stylesheet%22+href%3D%22css%2Freset.css%22+type%3D%22text%2Fcss%22+%2F%3E%0A%3Clink+rel%3D%22stylesheet%22+href%3D%22css%2Fmaster.css%22+type%3D%22text%2Fcss%22+%2F%3E%0A%0A%3Cscript+type%3D%22text%2Fjavascript%22+src%3D%22contact1.js%22%3E%3C%2Fscript%3E%0A%3Cscript+type%3D%22text%2Fjavascript%22+src%3D%22contact.js%22%3E%3C%2Fscript%3E%0A%3Cscript+type%3D%22text%2Fjavascript%22+src%3D%22contact3.js%22%3E%3C%2Fscript%3E%0A%3Cstyle+type%3D%22text%2Fcss%22%3E%0A%3C%21--%0Abody+%7B%0A%09background-image%3A+url%28img%2Fbg2.jpg%29%3B%0A%09background-repeat%3Arepeat-x%3B%0A%09background-color%3A%23d9deeb%3B%0A%0A%7D%0A--%3E%0A%3C%2Fstyle%3E%0A%3Cscript+type%3D%22text%2Fjavascript%22+src%3D%22jquery.watermarkinput.js%22%3E%3C%2Fscript%3E%0A%3Cscript+type%3D%22text%2Fjavascript%22%3E%0AjQuery%28function%28%24%29%7B%0A+++%24%28%22%23login%22%29.Watermark%28%22username%22%29%3B%0A+++%0A+++%7D%29%3B%0A%3C%2Fscript%3E%0A%0A%0A%0A%3C%2Fhead%3E%0A%3CSCRIPT+LANGUAGE%3D%22JavaScript%22%3E%0Afunction+CountLeft%28field%2C+count%2C+max%29+%7B%0Aif+%28field.value.length+%3E+max%29%0Afield.value+%3D+field.value.substring%280%2C+max%29%3B%0Aelse%0Acount.value+%3D+max+-+field.value.length%3B%0A%7D%0A%3C%2Fscript%3E%0A%3Cbody%3E%0A%3Cdiv+class%3D%22mainr%22%3E%0A++%3Cdiv+class%3D%22topleft%22%3E%3Cimg+src%3D%22img%2Flogo1.jpg%22+width%3D%22175%22+height%3D%2241%22+%2F%3E%3C%2Fdiv%3E%0A++%3Cform+action%3D%22login-exec.php%22+method%3D%22post%22%3E%0A++%3Cdiv+class%3D%22qwerty%22%3E%0A++%0A%09%09%3Cdiv+class%3D%22label%22%3E%0A%09%09++%3Cdiv+class%3D%22email%22%3EUserName%3C%2Fdiv%3E%0A%09%09++%3Cdiv+class%3D%22password%22%3EPassword%3C%2Fdiv%3E%0A%09%09%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22label1%22%3E%0A%09%09%09%09%0A%09%09%09%09%3Cdiv+class%3D%22emailtext%22%3E%3Cinput+name%3D%22login%22+type%3D%22text%22+id%3D%22login%22++%2F%3E%0A%09%09%09%09%3C%2Fdiv%3E%0A%09%09++%09%09%3Cdiv+class%3D%22passwordtext%22%3E%3Cinput+name%3D%22password%22+type%3D%22password%22++%2F%3E%0A%09%09++%09%09%3Cinput+type%3D%22submit%22+class%3D%22greenButton%22+value%3D%22Login%22+%2F%3E%3C%2Fdiv%3E%0A%09%09%09%09%0A%09%09%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22label2%22%3E%0A%09%09%0A%09%09%09%09%3Cdiv+class%3D%22email%22%3E%0A%09%09%09%09%3Cdiv+class%3D%22radio%22%3E%3Cinput+name%3D%22check%22+type%3D%22checkbox%22+value%3D%22%22+%2F%3E%3C%2Fdiv%3E%0A%09%09%09%09%3Cdiv+class%3D%22text1%22%3EKeep+me+Log-in%3C%2Fdiv%3E%0A%09%09%09%09%3C%2Fdiv%3E%0A%09%09++%09%09%3Cdiv+class%3D%22password%22%3EForgot+Password%3F%3C%2Fdiv%3E%0A%09%09%0A%09%09%3C%2Fdiv%3E%0A%3C%2Fdiv%3E%0A%3C%2Fform%3E%0A%0A%0A%0A%0A%0A%3C%2Fdiv%3E%0A%0A%0A%3Cdiv+class%3D%22downleft%22%3E%0A%0A++%3Cdiv+class%3D%22picture%22%3E%0A++%0A++%0A++%0A++%3Cimg+src%3D%22img%2Fwala.jpg%22+width%3D%22471%22+height%3D%22257%22+%2F%3E%0A++%0A++'
  102     9        FETCH_IS                                         ~9      '_SESSION'
         10        ISSET_ISEMPTY_DIM_OBJ                         0  ~10     ~9, 'ERRMSG_ARR'
         11      > JMPZ_EX                                          ~10     ~10, ->16
         12    >   FETCH_R                      global              ~11     '_SESSION'
         13        FETCH_DIM_R                                      ~12     ~11, 'ERRMSG_ARR'
         14        TYPE_CHECK                                  128  ~13     ~12
         15        BOOL                                             ~10     ~13
         16    > > JMPZ_EX                                          ~10     ~10, ->22
         17    >   FETCH_R                      global              ~14     '_SESSION'
         18        FETCH_DIM_R                                      ~15     ~14, 'ERRMSG_ARR'
         19        COUNT                                            ~16     ~15
         20        IS_SMALLER                                       ~17     0, ~16
         21        BOOL                                             ~10     ~17
         22    > > JMPZ                                                     ~10, ->36
  103    23    >   ECHO                                                     '%3Cul+class%3D%22err%22%3E'
  104    24        FETCH_R                      global              ~18     '_SESSION'
         25        FETCH_DIM_R                                      ~19     ~18, 'ERRMSG_ARR'
         26      > FE_RESET_R                                       $20     ~19, ->32
         27    > > FE_FETCH_R                                               $20, !0, ->32
  105    28    >   ECHO                                                     '%3Cli%3E'
         29        ECHO                                                     !0
         30        ECHO                                                     '%3C%2Fli%3E'
  104    31      > JMP                                                      ->27
         32    >   FE_FREE                                                  $20
  107    33        ECHO                                                     '%3C%2Ful%3E'
  108    34        FETCH_UNSET                                      $21     '_SESSION'
         35        UNSET_DIM                                                $21, 'ERRMSG_ARR'
  111    36    >   ECHO                                                     '++%0A++%0A++%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%22field%22%3E%0A++%0A++++%3Cdiv+class%3D%22signup%22%3ECadastre-se%0A'
  118    37        INCLUDE_OR_EVAL                                          'config.php', INCLUDE
  119    38        INIT_FCALL_BY_NAME                                       'mysql_query'
         39        SEND_VAL_EX                                              'SELECT+%2A+FROM+members'
         40        DO_FCALL                                      0  $23     
         41        ASSIGN                                                   !1, $23
  120    42        INIT_FCALL_BY_NAME                                       'mysql_num_rows'
         43        SEND_VAR_EX                                              !1
         44        DO_FCALL                                      0  $25     
         45        CONCAT                                           ~26     '+-+', $25
         46        CONCAT                                           ~27     ~26, '+membros.'
         47        ECHO                                                     ~27
  121    48        ECHO                                                     '%3C%2Fdiv%3E%0A%09%3Cdiv+class%3D%22free%22%3E%C3%83%E2%80%B0+gratuito+e+sempre+ser%C3%83%C2%A1.%3C%2Fdiv%3E%0A%09%3Cdiv+class%3D%22text%22%3E%0A%09%3Cform+action%3D%22register-exec.php%22+method%3D%22post%22%3E%0A%09++%09%3Cdiv+class%3D%22textleft%22%3ENome%3A%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22textright%22%3E%3Cinput+name%3D%22fname%22+type%3D%22text%22+class%3D%22textfield%22+id%3D%22fname%22+onKeyDown%3D%22CountLeft%28this.form.fname%2C+this.form.left%2C30%29%3B%22+onKeyUp%3D%22CountLeft%28this.form.fname%2Cthis.form.left%2C30%29%3B%22+size%3D%2240%22%3E%0A%09%09%3Cinput+readonly+type%3D%22text%22+name%3D%22left%22+size%3D3+maxlength%3D3+value%3D%2230%22+disabled%3D%22disabled%22+class%3D%22textfield2%22%3E%0A%09%09%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22textleft%22%3ESobrenome%3A%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22textright%22%3E%3Cinput+name%3D%22lname%22+type%3D%22text%22+class%3D%22textfield%22+id%3D%22lname%22+onKeyDown%3D%22CountLeft%28this.form.lname%2C+this.form.last%2C30%29%3B%22+onKeyUp%3D%22CountLeft%28this.form.lname%2Cthis.form.last%2C30%29%3B%22+size%3D%2240%22%3E%0A%09%09%3Cinput+readonly+type%3D%22text%22+name%3D%22last%22+size%3D3+maxlength%3D3+value%3D%2230%22+disabled%3D%22disabled%22+class%3D%22textfield2%22%3E%0A%09%09%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22textleft%22%3ELogin%3A%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22textright%22%3E%3Cinput+name%3D%22login%22+type%3D%22text%22+class%3D%22textfield%22+id%3D%22login1%22+onKeyDown%3D%22CountLeft%28this.form.login%2C+this.form.log%2C30%29%3B%22+onKeyUp%3D%22CountLeft%28this.form.login%2Cthis.form.log%2C30%29%3B%22+size%3D%2240%22%3E%0A%09%09%3Cinput+readonly+type%3D%22text%22+name%3D%22log%22+size%3D3+maxlength%3D3+value%3D%2230%22+disabled%3D%22disabled%22+class%3D%22textfield2%22%3E%0A%09%09%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22textleft%22%3ESenha%3A%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22textright%22%3E%0A%09%09++%3Cinput+name%3D%22password2%22+type%3D%22password%22+class%3D%22textfield%22+id%3D%22password%22+onkeydown%3D%22CountLeft%28this.form.password%2C+this.form.pas%2C30%29%3B%22+onkeyup%3D%22CountLeft%28this.form.password%2Cthis.form.pas%2C30%29%3B%22+size%3D%2240%22+%2F%3E%0A%09%09++%3Cinput+readonly+type%3D%22text%22+name%3D%22pas%22+size%3D3+maxlength%3D3+value%3D%2230%22+disabled%3D%22disabled%22+class%3D%22textfield2%22%3E%0A%09%09%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22textleft%22%3EConfirme+a+senha%3A%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22textright%22%3E%3Cinput+name%3D%22cpassword%22+type%3D%22password%22+class%3D%22textfield%22+id%3D%22cpassword%22+onkeydown%3D%22CountLeft%28this.form.cpassword%2C+this.form.pas1%2C30%29%3B%22+onkeyup%3D%22CountLeft%28this.form.cpassword%2Cthis.form.pas1%2C30%29%3B%22+size%3D%2240%22+%2F%3E%0A%09%09++%3Cinput+readonly+type%3D%22text%22+name%3D%22pas1%22+size%3D3+maxlength%3D3+value%3D%2230%22+disabled%3D%22disabled%22+class%3D%22textfield2%22%3E%0A%09%09%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22textleft%22%3EEndere%C3%83%C2%A7o%3A%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22textright%22%3E%3Cinput+name%3D%22address%22+type%3D%22text%22+class%3D%22textfield%22+id%3D%22address%22+onKeyDown%3D%22CountLeft%28this.form.address%2C+this.form.ad%2C50%29%3B%22+onKeyUp%3D%22CountLeft%28this.form.address%2Cthis.form.ad%2C50%29%3B%22+size%3D%2240%22%3E%0A%09%09%3Cinput+readonly+type%3D%22text%22+name%3D%22ad%22+size%3D3+maxlength%3D3+value%3D%2250%22+disabled%3D%22disabled%22+class%3D%22textfield2%22%3E%0A%09%09%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22textleft%22%3ETelefone%3A%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22textright%22%3E%3Cinput+name%3D%22cnumber%22+type%3D%22text%22+class%3D%22textfield%22+id%3D%22cnumber%22+onKeyDown%3D%22CountLeft%28this.form.cnumber%2C+this.form.cn%2C11%29%3B%22+onKeyUp%3D%22CountLeft%28this.form.cnumber%2Cthis.form.cn%2C11%29%3B%22+size%3D%2240%22%3E%0A%09%09%3Cinput+readonly+type%3D%22text%22+name%3D%22cn%22+size%3D3+maxlength%3D3+value%3D%2211%22+disabled%3D%22disabled%22+class%3D%22textfield2%22%3E%0A%09%09%3Cinput+name%3D%22propic%22+id%3D%22dadded%22+type%3D%22hidden%22+value%3D%22uploadedimage%2Fdefoult.jpg%22+%2F%3E%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22textleft%22%3EE-mail%3A%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22textright%22%3E%3Cinput+name%3D%22email%22+type%3D%22text%22+class%3D%22textfield%22+id%3D%22email%22+onKeyDown%3D%22CountLeft%28this.form.email%2C+this.form.em%2C50%29%3B%22+onKeyUp%3D%22CountLeft%28this.form.email%2Cthis.form.em%2C50%29%3B%22+size%3D%2240%22%3E%0A%09%09%3Cinput+readonly+type%3D%22text%22+name%3D%22em%22+size%3D3+maxlength%3D3+value%3D%2250%22+disabled%3D%22disabled%22+class%3D%22textfield2%22%3E%0A%09%09%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22textleft1%22%3ESexo%3A%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22textright1%22%3E%0A%09%09%09%3Cdiv+class%3D%22input-container%22%3E%0A%09%09%09++%3Cselect+name%3D%22gender%22+id%3D%22gender%22+class%3D%22textfield1%22%3E%0A++++++++++++++++%3Coption+%3ESelect+Sex%3A%3C%2Foption%3E%0A++++++++++++++++%3Coption+%3EFemale%3C%2Foption%3E%0A++++++++++++++++%3Coption+%3EMale%3C%2Foption%3E%0A++++++++++++++%3C%2Fselect%3E%3Cbr+%2F%3E%0A%09%09%09%3C%2Fdiv%3E%0A%09%09%0A%09%09%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22textleft1%22%3EAnivers%C3%83%C2%A1rio%3A%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22textright1%22%3E%0A%09%09%0A%09%09%3Cdiv+class%3D%22input-container%22%3E%0A++++'
  174    49        INCLUDE_OR_EVAL                                          'config.php', INCLUDE
  175    50        INIT_FCALL_BY_NAME                                       'mysql_query'
         51        SEND_VAL_EX                                              'select+%2A+from+month'
         52        DO_FCALL                                      0  $29     
         53        ASSIGN                                                   !2, $29
  177    54        ECHO                                                     '%3Cselect+name%3D%22month%22+id%3D%22user%22+class%3D%22textfield1%22%3E'
  178    55      > JMP                                                      ->60
  180    56    >   ECHO                                                     '%3Coption%3E'
  181    57        FETCH_DIM_R                                      ~31     !3, 'month'
         58        ECHO                                                     ~31
  182    59        ECHO                                                     '%3C%2Foption%3E'
  178    60    >   INIT_FCALL_BY_NAME                                       'mysql_fetch_assoc'
         61        SEND_VAR_EX                                              !2
         62        DO_FCALL                                      0  $32     
         63        ASSIGN                                           ~33     !3, $32
         64      > JMPNZ                                                    ~33, ->56
  184    65    >   ECHO                                                     '%3C%2Fselect%3E'
  186    66        INIT_FCALL_BY_NAME                                       'mysql_close'
         67        SEND_VAR_EX                                              !4
         68        DO_FCALL                                      0          
  190    69        ECHO                                                     '+%26nbsp%3B'
  191    70        INCLUDE_OR_EVAL                                          'config.php', INCLUDE
  192    71        INIT_FCALL_BY_NAME                                       'mysql_query'
         72        SEND_VAL_EX                                              'select+%2A+from+day+order+by+day_id+asc'
         73        DO_FCALL                                      0  $36     
         74        ASSIGN                                                   !2, $36
  194    75        ECHO                                                     '%3Cselect+name%3D%22day%22+id%3D%22user%22+class%3D%22textfield1%22%3E'
  195    76      > JMP                                                      ->81
  197    77    >   ECHO                                                     '%3Coption%3E'
  198    78        FETCH_DIM_R                                      ~38     !3, 'day'
         79        ECHO                                                     ~38
  199    80        ECHO                                                     '%3C%2Foption%3E'
  195    81    >   INIT_FCALL_BY_NAME                                       'mysql_fetch_assoc'
         82        SEND_VAR_EX                                              !2
         83        DO_FCALL                                      0  $39     
         84        ASSIGN                                           ~40     !3, $39
         85      > JMPNZ                                                    ~40, ->77
  201    86    >   ECHO                                                     '%3C%2Fselect%3E'
  203    87        INIT_FCALL_BY_NAME                                       'mysql_close'
         88        SEND_VAR_EX                                              !4
         89        DO_FCALL                                      0          
  207    90        ECHO                                                     '++++'
  208    91        INCLUDE_OR_EVAL                                          'config.php', INCLUDE
  209    92        INIT_FCALL_BY_NAME                                       'mysql_query'
         93        SEND_VAL_EX                                              'select+%2A+from+year'
         94        DO_FCALL                                      0  $43     
         95        ASSIGN                                                   !2, $43
  211    96        ECHO                                                     '%3Cselect+name%3D%22year%22+id%3D%22user%22+class%3D%22textfield1%22%3E'
  212    97      > JMP                                                      ->102
  214    98    >   ECHO                                                     '%3Coption%3E'
  215    99        FETCH_DIM_R                                      ~45     !3, 'year'
        100        ECHO                                                     ~45
  216   101        ECHO                                                     '%3C%2Foption%3E'
  212   102    >   INIT_FCALL_BY_NAME                                       'mysql_fetch_assoc'
        103        SEND_VAR_EX                                              !2
        104        DO_FCALL                                      0  $46     
        105        ASSIGN                                           ~47     !3, $46
        106      > JMPNZ                                                    ~47, ->98
  218   107    >   ECHO                                                     '%3C%2Fselect%3E'
  220   108        INIT_FCALL_BY_NAME                                       'mysql_close'
        109        SEND_VAR_EX                                              !4
        110        DO_FCALL                                      0          
  224   111        ECHO                                                     '%09%0A++++%3C%2Fdiv%3E%0A%09%09%0A%09%09%0A%09%09%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22textleft%22%3E%0A%3C%2Fdiv%3E%0A%0A%0A%09%0A%09%09%0A%09%09%3Cdiv+class%3D%22textright%22%3E%0A%0A%0A%09%09%0A%09%09%0A%09%09%3Cdiv+class%3D%22textleft%22%3E%3C%2Fdiv%3E%0A%09%09%3Cdiv+class%3D%22textright%22%3E%0A%09%09++%3Cbr+%2F%3E%3Clabel%3E%0A%09%09++%3Cinput+type%3D%22submit%22+name%3D%22Submit%22+value%3D%22Sign+Up%22+class%3D%22greenButton1%22+%2F%3E%0A%09%09++%3C%2Flabel%3E%0A%09%09%3C%2Fdiv%3E%0A%09%3C%2Fform%3E%09%0A%09%3C%2Fdiv%3E%0A++%3C%2Fdiv%3E%0A%3C%2Fdiv%3E%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
  251   112      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.82 ms | 1416 KiB | 15 Q