Help for this page

Select Code to Download


  1. or download this
    open (INI, '>config.ini');
    print INI "data:user_input";
    close INI
    
  2. or download this
    open (INI, ">".$scriptPath."\\config.ini");
    print INI "data:user_input";
    close INI