note 102722 deleted from function.pg-copy-from by danbrown

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: Dave 

----

$copy_message = "1;". $message .";300"; 

pg_copy_from($db, "message", $copy_message, ";");

change that too Less problems that way

$copy_message = "1\t". $message ."\t300"; 

pg_copy_from($db, "message", $copy_message);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.