Hi,
If I do this:
echo $line_contents[1];
It displays:
Please inform a staff member.
But the following line:
echo "<p><input NAME="errordetail" TYPE="text" value=".$line_contents[1]."></p>";
- only displays a text box with the following:
Please
Does anybody have any ideas why this could be?
Thanks!!