Help for this page

Select Code to Download


  1. or download this
    print"Please Select A Language To Convert\n"
    print"<select name="lang_files_completed">\n";
    ...
    print"</select>\n";
    print"<br />Enter The Name Of The New Language\n";
    print"<input type="text"name="new_language">\n"
    
  2. or download this
    print"$lng{'1'}\n";
    print"<input type="text"name="new_language_text">\n";
    
  3. or download this
    
    for($b=0;$b<$cnt;$b++){$a=$b+1;###$cnt---is number of entries in the h
    +ash
    ...
    print AAA"print\"<input type=\\\"text\\\"name=\\\"nl$a\\\"size=\\\"200
    +\\\"><br />\\n\"\;\n";
    }