I am using
<input type='text' name='fname' value='$fname' size='25'>
so people can edit the feild
is there a way that I can make it so that all chrictors will display if they are in the variable?
ie
$fname = 'I have an ' so everything after it will not show because the browser sees the following'
<input type='text' name='fname' value='I have an ' so everything after it will not show because the browser sees the following' size='25'>
then it outputs to the user
I have an