How can i load files .txt on a textfield in my HP ????
do you mean in a text field? well first read in the file to a variable, say, $txt. then, do this:
print "<textarea rows=\"10\" cols=\"10\" wrap=\"soft\">$txt</textarea>";
<text field blah blah> <? include("whateva.txt") ?> <end>
easy as that dude!