Re: [PHP] Missing characters when processing scripts

2005-06-30 Thread Richard Lynch
On Thu, June 30, 2005 11:04 am, Charlene said: > I have a semi -random problem that characters in the php script are > dropped. A very noticible instance is in a statement like: > > $query = "SELECT junk FROM table"; > $result = mysql_query( $query, $handle) or die (mysql_error()); > > I get an e

[PHP] Missing characters when processing scripts

2005-06-30 Thread Charlene
I have a semi -random problem that characters in the php script are dropped. A very noticible instance is in a statement like: $query = "SELECT junk FROM table"; $result = mysql_query( $query, $handle) or die (mysql_error()); I get an error message from the die function like: "Error SE