PHP and COPY - Mailing list pgsql-php

From DeJuan Jackson
Subject PHP and COPY
Date
Msg-id 3F3D235D.6090005@speedfc.com
Whole thread Raw
Responses Re: PHP and COPY
List pgsql-php
Does anyone know how to execute a COPY from PHP?
I keep getting parse errors on all the data.

PHP 4.3.2
PostgreSQL 7.3.4

example:

CREATE table tmp(data text);

COPY tmp FROM STDIN;
test1
test2
test3
\.



pgsql-php by date:

Previous
From: Ângelo Marcos Rigo
Date:
Subject: Re: Update script
Next
From: DeJuan Jackson
Date:
Subject: Re: PHP and COPY