On 10/23/07, Dan Shirah <mrsquash2@xxxxxxxxx> wrote: > > I did a simple test like this on my save page: > > <?php > $comments = $_POST['comments']; > echo "0000".$comments."0000"; > ?> > > And it returns 00000000 > > So, that should show me that there are no place holders, no characters, > and no carriage returns for the value of $comments, correct? > Does it look the same way if you view source?