Hello,

This is a reply to an e-mail that you wrote on Mon, 16 Jun 2003 at 22:00,
lines prefixed by '>' were originally written by you.

> Oh wait..  unless that output is required somehow.  I removed the echo
> statement now my request isn't being replied to by the database
> script.

For a quick fix, change:
  echo fgets($fp, 128);
to:
  fgets($fp, 128);

All the best,

David.

--
phpmachine :: The quick and easy to use service providing you with
professionally developed PHP scripts :: http://www.phpmachine.com/

          Professional Web Development by David Nicholson
                    http://www.djnicholson.com/

    QuizSender.com - How well do your friends actually know you?
                     http://www.quizsender.com/
                    (developed entirley in PHP)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to