Hello,

Never mind the last email subjected "PSQL and PHP".  I found the bug.
In PHP script, instead of using

insert into employee values (
    'Bernie',
    '{$phone, $fax, ...}'
);

or

insert into employee values (
    'Bernie',
    '{"$phone", "$fax", ...}'
);

or any other possible combo,

I should have used

insert into employee values (
    'Bernie',
    '{\"$phone\", \"$fax\", ...}'
);

Damn it!  That makes me mad!  Sorry about this.


- Bernie
begin:vcard 
n:Huang;Bernie
tel;fax:(604)664-9195
tel;work:(604)664-9172
x-mozilla-html:TRUE
org:Environment Canada;Standards and Technology Services
adr:;;700-1200 West 73 Ave.;Vancouver;BC;V6P 6H9;Canada
version:2.1
email;internet:[EMAIL PROTECTED]
title:Programmer
x-mozilla-cpt:;0
fn:Bernie Huang
end:vcard

Reply via email to