in reply to Re^2: How to get input text boxes populated
in thread How to get input text boxes populated

Hi Poj, Here is my script for editing employees which has become too complicated and is not working may be whenever you have time you can put it right if not that's absolutely ok !!!

You can do that at any time by actually using CGI and not that %input nonsense

use CGI; is not a magic spell, if you don't use any of its methods (preferred) or functions, it won't do anything for you

use CGI or die;