|
eref, textarea, line breaks
my ereg code works well until it encounters a line break, then will not resolve the string. Take a look and see if you can find a solution...
if(!ereg("^([a-zA-Z0-9_\.!#\$&\*\+\=\(\)-:\"\', /\\%])*$", $notes))
This is the "notes" text that goes into the textarea textarea text:
This is the text that goes into the textarea to:
1) see if it works
2) see what it looks like
3) quit this part of the script
so that is it for now you guy's! end
Thanks for your help!!
David
|