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
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
2 matches
Mail list logo