3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('ROOT',1); ini_set('display_errors',1); set_time_limit(0); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>ASIN Lookup tool</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <style type="text/css"> body { font:12px/1.4em Verdana, sans-serif; color:#333; background-color:#fff; width:700px; margin:50px auto; padding:0; } a { color:#326EA1; text-decoration:underline; padding:0 1px; } a:hover { background-color:#333; color:#fff; text-decoration:none; } div.header { border-bottom:1px solid #999; } div.item { padding:5px 0; border-bottom:1px solid #999; } </style> </head> <body> <div> <?php if(!empty($_POST['start_bulk'])){ if($_FILES['asin']['error']!=0)echo 'Failed to upload file'; else{ if(!empty($_POST['site']))$site=$_POST['site']; else $site="com"; if(!empty($_POST['idtype']))$idtype=$_POST['idtype']; else $idtype="ASIN"; $email=$_POST['email']; @unlink(dirname(__FILE__)."/input.csv"); $res=move_uploaded_file($_FILES['asin']['tmp_name'],dirname(__FILE__)."/input.csv"); if(!$res)echo 'Failed to upload file'; else{ if(!empty($_POST['inline']))echo '<table cellpadding="5" cellspacing="5" style="border-collapse: collapse" border="1">'; include(dirname(__FILE__).'/converter.php'); if(!empty($_POST['inline']))echo '</table>'; if(!empty($email))echo '<h4 style="color:green" id="res">Check your email for the output. In some cases Email may go in spam folder</h4>'; else echo '<h4 style="color:green" id="res"><a href="output-conversion.csv">Download csv</a></h4>'; } } } else if(!empty($_POST['start_manual']) && !empty($_POST['asin'])){ if(!empty($_POST['site']))$site=$_POST['site']; else $site="com"; if(!empty($_POST['idtype']))$idtype=$_POST['idtype']; else $idtype="ASIN"; $email=$_POST['email']; @unlink(dirname(__FILE__)."/input.csv"); file_put_contents(dirname(__FILE__)."/input.csv", $_POST['asin']); if(!empty($_POST['inline']))echo '<table cellpadding="5" cellspacing="5" style="border-collapse: collapse" border="1">'; include(dirname(__FILE__).'/converter.php'); if(!empty($_POST['inline']))echo '</table>'; if(!empty($email))echo '<h4 style="color:green" id="res">Check your email for the output. In some cases Email may go in spam folder</h4>'; else echo '<h4 style="color:green" id="res"><a href="output-conversion.csv">Download csv</a></h4>'; } ?> <h3>ASIN lookup tool (Bulk)</h3> <hr/> <h4>After submitting check your email for the output. In some cases Email may go in spam folder</h4> <form method="post" action="" enctype="multipart/form-data"> <table cellpadding="5" cellspacing="5"> <tr><td><label>Choose IdType</label></td><td><select name="idtype"><option value="ASIN">ASIN</option><option value="EAN">EAN-13</option><option value="UPC">UPC</option><option value="ISBN">ISBN-10</option></select></td></tr> <tr><td><label>Choose site</label></td><td><select name="site"><option value="com">com</option><option value="fr">fr</option><option value="de">de</option><option value="co.uk">uk</option><option value="ca">ca</option><option value="co.jp" selected="selected">co.jp</option></select></td></tr> <tr><td><label>ASIN input</label></td><td><input type="file" name="asin"/></td></tr> <tr><td><label>Email address to recieve output</label><br/><small>If this field is empty then output<br/> link will be shown</small></td><td><input type="text" name="email" size="32"/></td></tr> <tr><td><label>Display output inline</label></td><td><input type="checkbox" name="inline"/></td></tr> <input type="hidden" name="start_bulk" value="1" /> <tr><td colspan="2"><input type="submit" value="Submit"/></td></tr> </table> </form> <h3>ASIN lookup tool (Manual)</h3> <hr/> <form method="post" action=""> <table cellpadding="5" cellspacing="5"> <tr><td><label>Choose IdType</label></td><td><select name="idtype"><option value="ASIN">ASIN</option><option value="EAN">EAN-13</option><option value="UPC">UPC</option><option value="ISBN">ISBN-10</option></select></td></tr> <tr><td><label>Choose site</label></td><td><select name="site"><option value="com">com</option><option value="fr">fr</option><option value="de">de</option><option value="co.uk">uk</option><option value="ca">ca</option><option value="co.jp" selected="selected">co.jp</option></select></td></tr> <tr><td><label>ASIN input</label></td><td><textarea name="asin" style="width: 200px; height: 250px"></textarea></td></tr> <tr><td><label>Email address to recieve output</label><br/><small>If this field is empty then output<br/> link will be shown</small></td><td><input type="text" name="email" size="32"/></td></tr> <tr><td><label>Display output inline</label></td><td><input type="checkbox" name="inline"/></td></tr> <input type="hidden" name="start_manual" value="1" /> <tr><td colspan="2"><input type="submit" value="Submit"/></td></tr> </table> </form> </div> </body> </html>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 16, Position 2 = 91
Branch analysis from position: 16
2 jumps found. (Code = 43) Position 1 = 21, Position 2 = 23
Branch analysis from position: 21
1 jumps found. (Code = 42) Position 1 = 90
Branch analysis from position: 90
1 jumps found. (Code = 42) Position 1 = 161
Branch analysis from position: 161
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 23
2 jumps found. (Code = 43) Position 1 = 27, Position 2 = 31
Branch analysis from position: 27
1 jumps found. (Code = 42) Position 1 = 32
Branch analysis from position: 32
2 jumps found. (Code = 43) Position 1 = 36, Position 2 = 40
Branch analysis from position: 36
1 jumps found. (Code = 42) Position 1 = 41
Branch analysis from position: 41
2 jumps found. (Code = 43) Position 1 = 67, Position 2 = 69
Branch analysis from position: 67
1 jumps found. (Code = 42) Position 1 = 90
Branch analysis from position: 90
Branch analysis from position: 69
2 jumps found. (Code = 43) Position 1 = 73, Position 2 = 74
Branch analysis from position: 73
2 jumps found. (Code = 43) Position 1 = 83, Position 2 = 84
Branch analysis from position: 83
2 jumps found. (Code = 43) Position 1 = 87, Position 2 = 89
Branch analysis from position: 87
1 jumps found. (Code = 42) Position 1 = 90
Branch analysis from position: 90
Branch analysis from position: 89
1 jumps found. (Code = 42) Position 1 = 161
Branch analysis from position: 161
Branch analysis from position: 84
Branch analysis from position: 74
Branch analysis from position: 40
2 jumps found. (Code = 43) Position 1 = 67, Position 2 = 69
Branch analysis from position: 67
Branch analysis from position: 69
Branch analysis from position: 31
2 jumps found. (Code = 43) Position 1 = 36, Position 2 = 40
Branch analysis from position: 36
Branch analysis from position: 40
Branch analysis from position: 91
2 jumps found. (Code = 46) Position 1 = 95, Position 2 = 99
Branch analysis from position: 95
2 jumps found. (Code = 43) Position 1 = 100, Position 2 = 161
Branch analysis from position: 100
2 jumps found. (Code = 43) Position 1 = 104, Position 2 = 108
Branch analysis from position: 104
1 jumps found. (Code = 42) Position 1 = 109
Branch analysis from position: 109
2 jumps found. (Code = 43) Position 1 = 113, Position 2 = 117
Branch analysis from position: 113
1 jumps found. (Code = 42) Position 1 = 118
Branch analysis from position: 118
2 jumps found. (Code = 43) Position 1 = 144, Position 2 = 145
Branch analysis from position: 144
2 jumps found. (Code = 43) Position 1 = 154, Position 2 = 155
Branch analysis from position: 154
2 jumps found. (Code = 43) Position 1 = 158, Position 2 = 160
Branch analysis from position: 158
1 jumps found. (Code = 42) Position 1 = 161
Branch analysis from position: 161
Branch analysis from position: 160
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 155
Branch analysis from position: 145
Branch analysis from position: 117
2 jumps found. (Code = 43) Position 1 = 144, Position 2 = 145
Branch analysis from position: 144
Branch analysis from position: 145
Branch analysis from position: 108
2 jumps found. (Code = 43) Position 1 = 113, Position 2 = 117
Branch analysis from position: 113
Branch analysis from position: 117
Branch analysis from position: 161
Branch analysis from position: 99
filename:       /in/k0kqq
function name:  (null)
number of ops:  163
compiled vars:  !0 = $site, !1 = $idtype, !2 = $email, !3 = $res
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'define'
          1        SEND_VAL                                                 'ROOT'
          2        SEND_VAL                                                 1
          3        DO_ICALL                                                 
    3     4        INIT_FCALL                                               'ini_set'
          5        SEND_VAL                                                 'display_errors'
          6        SEND_VAL                                                 1
          7        DO_ICALL                                                 
    4     8        INIT_FCALL                                               'set_time_limit'
          9        SEND_VAL                                                 0
         10        DO_ICALL                                                 
    6    11        ECHO                                                     '%3C%21DOCTYPE+html+PUBLIC+%22-%2F%2FW3C%2F%2FDTD+XHTML+1.1%2F%2FEN%22%0A++++++++%22http%3A%2F%2Fwww.w3.org%2FTR%2Fxhtml11%2FDTD%2Fxhtml11.dtd%22%3E%0A+%0A%3Chtml+xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml%22+xml%3Alang%3D%22en%22%3E%0A%3Chead%3E%0A%09%3Ctitle%3EASIN+Lookup+tool%3C%2Ftitle%3E%0A%09%3Cmeta+http-equiv%3D%22content-type%22+content%3D%22text%2Fhtml%3B+charset%3DUTF-8%22+%2F%3E%0A+%09%3Cscript+src%3D%22%2F%2Fajax.googleapis.com%2Fajax%2Flibs%2Fjquery%2F1.9.1%2Fjquery.min.js%22%3E%3C%2Fscript%3E%0A%09%3Cstyle+type%3D%22text%2Fcss%22%3E%0A%09body+%7B%0A%09%09font%3A12px%2F1.4em+Verdana%2C+sans-serif%3B%0A%09%09color%3A%23333%3B%0A%09%09background-color%3A%23fff%3B%0A%09%09width%3A700px%3B%0A%09%09margin%3A50px+auto%3B%0A%09%09padding%3A0%3B%0A%09%7D%0A+%0A%09a+%7B%0A%09%09color%3A%23326EA1%3B%0A%09%09text-decoration%3Aunderline%3B%0A%09%09padding%3A0+1px%3B%0A%09%7D%0A+%0A%09a%3Ahover+%7B%0A%09%09background-color%3A%23333%3B%0A%09%09color%3A%23fff%3B%0A%09%09text-decoration%3Anone%3B%0A%09%7D%0A+%0A%09div.header+%7B%0A%09%09border-bottom%3A1px+solid+%23999%3B%0A%09%7D%0A+%0A%09div.item+%7B%0A%09%09padding%3A5px+0%3B%0A%09%09border-bottom%3A1px+solid+%23999%3B%0A%09%7D%0A%09%3C%2Fstyle%3E%0A+%0A%3C%2Fhead%3E%0A%0A%3Cbody%3E%0A%0A%09%3Cdiv%3E%0A++++%0A++++'
   53    12        FETCH_IS                                         ~7      '_POST'
         13        ISSET_ISEMPTY_DIM_OBJ                         1  ~8      ~7, 'start_bulk'
         14        BOOL_NOT                                         ~9      ~8
         15      > JMPZ                                                     ~9, ->91
   54    16    >   FETCH_R                      global              ~10     '_FILES'
         17        FETCH_DIM_R                                      ~11     ~10, 'asin'
         18        FETCH_DIM_R                                      ~12     ~11, 'error'
         19        IS_NOT_EQUAL                                             ~12, 0
         20      > JMPZ                                                     ~13, ->23
         21    >   ECHO                                                     'Failed+to+upload+file'
         22      > JMP                                                      ->90
   56    23    >   FETCH_IS                                         ~14     '_POST'
         24        ISSET_ISEMPTY_DIM_OBJ                         1  ~15     ~14, 'site'
         25        BOOL_NOT                                         ~16     ~15
         26      > JMPZ                                                     ~16, ->31
         27    >   FETCH_R                      global              ~17     '_POST'
         28        FETCH_DIM_R                                      ~18     ~17, 'site'
         29        ASSIGN                                                   !0, ~18
         30      > JMP                                                      ->32
   57    31    >   ASSIGN                                                   !0, 'com'
   58    32    >   FETCH_IS                                         ~21     '_POST'
         33        ISSET_ISEMPTY_DIM_OBJ                         1  ~22     ~21, 'idtype'
         34        BOOL_NOT                                         ~23     ~22
         35      > JMPZ                                                     ~23, ->40
         36    >   FETCH_R                      global              ~24     '_POST'
         37        FETCH_DIM_R                                      ~25     ~24, 'idtype'
         38        ASSIGN                                                   !1, ~25
         39      > JMP                                                      ->41
   59    40    >   ASSIGN                                                   !1, 'ASIN'
   60    41    >   FETCH_R                      global              ~28     '_POST'
         42        FETCH_DIM_R                                      ~29     ~28, 'email'
         43        ASSIGN                                                   !2, ~29
   61    44        BEGIN_SILENCE                                    ~31     
         45        INIT_FCALL                                               'unlink'
         46        INIT_FCALL                                               'dirname'
         47        SEND_VAL                                                 '%2Fin%2Fk0kqq'
         48        DO_ICALL                                         $32     
         49        CONCAT                                           ~33     $32, '%2Finput.csv'
         50        SEND_VAL                                                 ~33
         51        DO_ICALL                                                 
         52        END_SILENCE                                              ~31
   62    53        INIT_FCALL                                               'move_uploaded_file'
         54        FETCH_R                      global              ~35     '_FILES'
         55        FETCH_DIM_R                                      ~36     ~35, 'asin'
         56        FETCH_DIM_R                                      ~37     ~36, 'tmp_name'
         57        SEND_VAL                                                 ~37
         58        INIT_FCALL                                               'dirname'
         59        SEND_VAL                                                 '%2Fin%2Fk0kqq'
         60        DO_ICALL                                         $38     
         61        CONCAT                                           ~39     $38, '%2Finput.csv'
         62        SEND_VAL                                                 ~39
         63        DO_ICALL                                         $40     
         64        ASSIGN                                                   !3, $40
   63    65        BOOL_NOT                                         ~42     !3
         66      > JMPZ                                                     ~42, ->69
         67    >   ECHO                                                     'Failed+to+upload+file'
         68      > JMP                                                      ->90
   66    69    >   FETCH_IS                                         ~43     '_POST'
         70        ISSET_ISEMPTY_DIM_OBJ                         1  ~44     ~43, 'inline'
         71        BOOL_NOT                                         ~45     ~44
         72      > JMPZ                                                     ~45, ->74
         73    >   ECHO                                                     '%3Ctable+cellpadding%3D%225%22+cellspacing%3D%225%22+style%3D%22border-collapse%3A+collapse%22+border%3D%221%22%3E'
   67    74    >   INIT_FCALL                                               'dirname'
         75        SEND_VAL                                                 '%2Fin%2Fk0kqq'
         76        DO_ICALL                                         $46     
         77        CONCAT                                           ~47     $46, '%2Fconverter.php'
         78        INCLUDE_OR_EVAL                                          ~47, INCLUDE
   68    79        FETCH_IS                                         ~49     '_POST'
         80        ISSET_ISEMPTY_DIM_OBJ                         1  ~50     ~49, 'inline'
         81        BOOL_NOT                                         ~51     ~50
         82      > JMPZ                                                     ~51, ->84
         83    >   ECHO                                                     '%3C%2Ftable%3E'
   70    84    >   ISSET_ISEMPTY_CV                                 ~52     !2
         85        BOOL_NOT                                         ~53     ~52
         86      > JMPZ                                                     ~53, ->89
         87    >   ECHO                                                     '%3Ch4+style%3D%22color%3Agreen%22+id%3D%22res%22%3ECheck+your+email+for+the+output.+In+some+cases+Email+may+go+in+spam+folder%3C%2Fh4%3E'
         88      > JMP                                                      ->90
   71    89    >   ECHO                                                     '%3Ch4+style%3D%22color%3Agreen%22+id%3D%22res%22%3E%3Ca+href%3D%22output-conversion.csv%22%3EDownload+csv%3C%2Fa%3E%3C%2Fh4%3E'
         90    > > JMP                                                      ->161
   75    91    >   FETCH_IS                                         ~54     '_POST'
         92        ISSET_ISEMPTY_DIM_OBJ                         1  ~55     ~54, 'start_manual'
         93        BOOL_NOT                                         ~56     ~55
         94      > JMPZ_EX                                          ~56     ~56, ->99
         95    >   FETCH_IS                                         ~57     '_POST'
         96        ISSET_ISEMPTY_DIM_OBJ                         1  ~58     ~57, 'asin'
         97        BOOL_NOT                                         ~59     ~58
         98        BOOL                                             ~56     ~59
         99    > > JMPZ                                                     ~56, ->161
   76   100    >   FETCH_IS                                         ~60     '_POST'
        101        ISSET_ISEMPTY_DIM_OBJ                         1  ~61     ~60, 'site'
        102        BOOL_NOT                                         ~62     ~61
        103      > JMPZ                                                     ~62, ->108
        104    >   FETCH_R                      global              ~63     '_POST'
        105        FETCH_DIM_R                                      ~64     ~63, 'site'
        106        ASSIGN                                                   !0, ~64
        107      > JMP                                                      ->109
   77   108    >   ASSIGN                                                   !0, 'com'
   78   109    >   FETCH_IS                                         ~67     '_POST'
        110        ISSET_ISEMPTY_DIM_OBJ                         1  ~68     ~67, 'idtype'
        111        BOOL_NOT                                         ~69     ~68
        112      > JMPZ                                                     ~69, ->117
        113    >   FETCH_R                      global              ~70     '_POST'
        114        FETCH_DIM_R                                      ~71     ~70, 'idtype'
        115        ASSIGN                                                   !1, ~71
        116      > JMP                                                      ->118
   79   117    >   ASSIGN                                                   !1, 'ASIN'
   80   118    >   FETCH_R                      global              ~74     '_POST'
        119        FETCH_DIM_R                                      ~75     ~74, 'email'
        120        ASSIGN                                                   !2, ~75
   81   121        BEGIN_SILENCE                                    ~77     
        122        INIT_FCALL                                               'unlink'
        123        INIT_FCALL                                               'dirname'
        124        SEND_VAL                                                 '%2Fin%2Fk0kqq'
        125        DO_ICALL                                         $78     
        126        CONCAT                                           ~79     $78, '%2Finput.csv'
        127        SEND_VAL                                                 ~79
        128        DO_ICALL                                                 
        129        END_SILENCE                                              ~77
   82   130        INIT_FCALL                                               'file_put_contents'
        131        INIT_FCALL                                               'dirname'
        132        SEND_VAL                                                 '%2Fin%2Fk0kqq'
        133        DO_ICALL                                         $81     
        134        CONCAT                                           ~82     $81, '%2Finput.csv'
        135        SEND_VAL                                                 ~82
        136        FETCH_R                      global              ~83     '_POST'
        137        FETCH_DIM_R                                      ~84     ~83, 'asin'
        138        SEND_VAL                                                 ~84
        139        DO_ICALL                                                 
   84   140        FETCH_IS                                         ~86     '_POST'
        141        ISSET_ISEMPTY_DIM_OBJ                         1  ~87     ~86, 'inline'
        142        BOOL_NOT                                         ~88     ~87
        143      > JMPZ                                                     ~88, ->145
        144    >   ECHO                                                     '%3Ctable+cellpadding%3D%225%22+cellspacing%3D%225%22+style%3D%22border-collapse%3A+collapse%22+border%3D%221%22%3E'
   85   145    >   INIT_FCALL                                               'dirname'
        146        SEND_VAL                                                 '%2Fin%2Fk0kqq'
        147        DO_ICALL                                         $89     
        148        CONCAT                                           ~90     $89, '%2Fconverter.php'
        149        INCLUDE_OR_EVAL                                          ~90, INCLUDE
   86   150        FETCH_IS                                         ~92     '_POST'
        151        ISSET_ISEMPTY_DIM_OBJ                         1  ~93     ~92, 'inline'
        152        BOOL_NOT                                         ~94     ~93
        153      > JMPZ                                                     ~94, ->155
        154    >   ECHO                                                     '%3C%2Ftable%3E'
   88   155    >   ISSET_ISEMPTY_CV                                 ~95     !2
        156        BOOL_NOT                                         ~96     ~95
        157      > JMPZ                                                     ~96, ->160
        158    >   ECHO                                                     '%3Ch4+style%3D%22color%3Agreen%22+id%3D%22res%22%3ECheck+your+email+for+the+output.+In+some+cases+Email+may+go+in+spam+folder%3C%2Fh4%3E'
        159      > JMP                                                      ->161
   89   160    >   ECHO                                                     '%3Ch4+style%3D%22color%3Agreen%22+id%3D%22res%22%3E%3Ca+href%3D%22output-conversion.csv%22%3EDownload+csv%3C%2Fa%3E%3C%2Fh4%3E'
   92   161    >   ECHO                                                     '%0A++++%0A++++%3Ch3%3EASIN+lookup+tool+%28Bulk%29%3C%2Fh3%3E%0A++++%3Chr%2F%3E%0A++++%3Ch4%3EAfter+submitting+check+your+email+for+the+output.+In+some+cases+Email+may+go+in+spam+folder%3C%2Fh4%3E%0A++++%3Cform+method%3D%22post%22+action%3D%22%22+enctype%3D%22multipart%2Fform-data%22%3E%0A++++%3Ctable+cellpadding%3D%225%22+cellspacing%3D%225%22%3E%0A++++%3Ctr%3E%3Ctd%3E%3Clabel%3EChoose+IdType%3C%2Flabel%3E%3C%2Ftd%3E%3Ctd%3E%3Cselect+name%3D%22idtype%22%3E%3Coption+value%3D%22ASIN%22%3EASIN%3C%2Foption%3E%3Coption+value%3D%22EAN%22%3EEAN-13%3C%2Foption%3E%3Coption+value%3D%22UPC%22%3EUPC%3C%2Foption%3E%3Coption+value%3D%22ISBN%22%3EISBN-10%3C%2Foption%3E%3C%2Fselect%3E%3C%2Ftd%3E%3C%2Ftr%3E%0A++++%3Ctr%3E%3Ctd%3E%3Clabel%3EChoose+site%3C%2Flabel%3E%3C%2Ftd%3E%3Ctd%3E%3Cselect+name%3D%22site%22%3E%3Coption+value%3D%22com%22%3Ecom%3C%2Foption%3E%3Coption+value%3D%22fr%22%3Efr%3C%2Foption%3E%3Coption+value%3D%22de%22%3Ede%3C%2Foption%3E%3Coption+value%3D%22co.uk%22%3Euk%3C%2Foption%3E%3Coption+value%3D%22ca%22%3Eca%3C%2Foption%3E%3Coption+value%3D%22co.jp%22+selected%3D%22selected%22%3Eco.jp%3C%2Foption%3E%3C%2Fselect%3E%3C%2Ftd%3E%3C%2Ftr%3E%0A++++%3Ctr%3E%3Ctd%3E%3Clabel%3EASIN+input%3C%2Flabel%3E%3C%2Ftd%3E%3Ctd%3E%3Cinput+type%3D%22file%22+name%3D%22asin%22%2F%3E%3C%2Ftd%3E%3C%2Ftr%3E%0A++++%3Ctr%3E%3Ctd%3E%3Clabel%3EEmail+address+to+recieve+output%3C%2Flabel%3E%3Cbr%2F%3E%3Csmall%3EIf+this+field+is+empty+then+output%3Cbr%2F%3E+link+will+be+shown%3C%2Fsmall%3E%3C%2Ftd%3E%3Ctd%3E%3Cinput+type%3D%22text%22+name%3D%22email%22+size%3D%2232%22%2F%3E%3C%2Ftd%3E%3C%2Ftr%3E%0A++++%3Ctr%3E%3Ctd%3E%3Clabel%3EDisplay+output+inline%3C%2Flabel%3E%3C%2Ftd%3E%3Ctd%3E%3Cinput+type%3D%22checkbox%22+name%3D%22inline%22%2F%3E%3C%2Ftd%3E%3C%2Ftr%3E%0A++++%3Cinput+type%3D%22hidden%22+name%3D%22start_bulk%22+value%3D%221%22+%2F%3E%0A++++%3Ctr%3E%3Ctd+colspan%3D%222%22%3E%3Cinput+type%3D%22submit%22+value%3D%22Submit%22%2F%3E%3C%2Ftd%3E%3C%2Ftr%3E%0A++++%3C%2Ftable%3E%0A++++%3C%2Fform%3E%0A+++%0A%09%3Ch3%3EASIN+lookup+tool+%28Manual%29%3C%2Fh3%3E%0A++++%3Chr%2F%3E%0A++++%3Cform+method%3D%22post%22+action%3D%22%22%3E%0A++++%3Ctable+cellpadding%3D%225%22+cellspacing%3D%225%22%3E%0A++++%3Ctr%3E%3Ctd%3E%3Clabel%3EChoose+IdType%3C%2Flabel%3E%3C%2Ftd%3E%3Ctd%3E%3Cselect+name%3D%22idtype%22%3E%3Coption+value%3D%22ASIN%22%3EASIN%3C%2Foption%3E%3Coption+value%3D%22EAN%22%3EEAN-13%3C%2Foption%3E%3Coption+value%3D%22UPC%22%3EUPC%3C%2Foption%3E%3Coption+value%3D%22ISBN%22%3EISBN-10%3C%2Foption%3E%3C%2Fselect%3E%3C%2Ftd%3E%3C%2Ftr%3E%0A++++%3Ctr%3E%3Ctd%3E%3Clabel%3EChoose+site%3C%2Flabel%3E%3C%2Ftd%3E%3Ctd%3E%3Cselect+name%3D%22site%22%3E%3Coption+value%3D%22com%22%3Ecom%3C%2Foption%3E%3Coption+value%3D%22fr%22%3Efr%3C%2Foption%3E%3Coption+value%3D%22de%22%3Ede%3C%2Foption%3E%3Coption+value%3D%22co.uk%22%3Euk%3C%2Foption%3E%3Coption+value%3D%22ca%22%3Eca%3C%2Foption%3E%3Coption+value%3D%22co.jp%22+selected%3D%22selected%22%3Eco.jp%3C%2Foption%3E%3C%2Fselect%3E%3C%2Ftd%3E%3C%2Ftr%3E%0A++++%3Ctr%3E%3Ctd%3E%3Clabel%3EASIN+input%3C%2Flabel%3E%3C%2Ftd%3E%3Ctd%3E%3Ctextarea+name%3D%22asin%22+style%3D%22width%3A+200px%3B+height%3A+250px%22%3E%3C%2Ftextarea%3E%3C%2Ftd%3E%3C%2Ftr%3E%0A++++%3Ctr%3E%3Ctd%3E%3Clabel%3EEmail+address+to+recieve+output%3C%2Flabel%3E%3Cbr%2F%3E%3Csmall%3EIf+this+field+is+empty+then+output%3Cbr%2F%3E+link+will+be+shown%3C%2Fsmall%3E%3C%2Ftd%3E%3Ctd%3E%3Cinput+type%3D%22text%22+name%3D%22email%22+size%3D%2232%22%2F%3E%3C%2Ftd%3E%3C%2Ftr%3E%0A++++%3Ctr%3E%3Ctd%3E%3Clabel%3EDisplay+output+inline%3C%2Flabel%3E%3C%2Ftd%3E%3Ctd%3E%3Cinput+type%3D%22checkbox%22+name%3D%22inline%22%2F%3E%3C%2Ftd%3E%3C%2Ftr%3E%0A++++%3Cinput+type%3D%22hidden%22+name%3D%22start_manual%22+value%3D%221%22+%2F%3E%0A++++%3Ctr%3E%3Ctd+colspan%3D%222%22%3E%3Cinput+type%3D%22submit%22+value%3D%22Submit%22%2F%3E%3C%2Ftd%3E%3C%2Ftr%3E%0A++++%3C%2Ftable%3E%0A++++%3C%2Fform%3E%0A++++%3C%2Fdiv%3E++++%0A+%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
  124   162      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
201.58 ms | 1416 KiB | 27 Q