Re: files, php & pgsql

From: Chris <tomcat(at)weirdness(dot)com>
To: Dave Perkins <drp(at)shore(dot)net>
Cc: pgsql-php(at)hub(dot)org
Subject: Re: files, php & pgsql
Date: 2000-10-18 12:41:53
Message-ID: 4.3.2.7.2.20001018224002.00ab4610@mail.pharm.usyd.edu.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hey,

<snip>
>Putting the quoted string all on one line as in:
>
>$sql = "insert into images (picnum, image) values
>(nextval('images_picnum_seq'),'$loid')";

I think that's how I've got it, it might've just been bad line wrapping.

My main problem is with the retrieval of files from the database :/

Thanks anyway :)
Chris.

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Adam Lang 2000-10-18 14:26:52 Re: files, php & pgsql
Previous Message Dave Perkins 2000-10-18 12:38:52 Re: files, php & pgsql