[PHP-DB] has anyone used php to connect to access ?

2002-07-24 Thread kachaloo
hi all, I am trying to insert some data into access but I cant. I have no option but to use access so has anyone inserted anything in a access db ? pls help with a small code which sucessfully has inserted into access. Thanks, Vishal -- PHP Database Mailing List (http://www.php.net/) To

[PHP-DB] Showing an image

2001-07-02 Thread kachaloo
HI, I want to show an image from a database but to do that I am using : $result = @mysql_query($sql); $data = @mysql_result($result, 0, "PICTURE"); $type = @mysql_result($result, 0, "FILETYPE"); Header("Content-type: $type"); echo $d

[PHP-DB] wht ide ?

2001-07-02 Thread kachaloo
Hi, I am using Php Coder and was wondering wht ide others are using ? Vishal - Original Message - From: "Beau Lebens" <[EMAIL PROTECTED]> To: "'kachaloo'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, July 02, 2001 1:14 PM

Re: [PHP-DB] Showing an image

2001-07-02 Thread kachaloo
__ - Original Message - From: "Beau Lebens" <[EMAIL PROTECTED]> To: "'kachaloo'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, July 02, 2001 1:14 PM Subject: RE: [PHP-DB] Showing an image > what yo

Re: [PHP-DB] Showing an image

2001-07-02 Thread kachaloo
Hi, Thanks ! I get it now Regards, Vishal - Original Message - From: "Beau Lebens" <[EMAIL PROTECTED]> To: "'kachaloo'" <[EMAIL PROTECTED]> Sent: Monday, July 02, 2001 3:56 PM Subject: RE: [PHP-DB] Showing an image > don't real

[PHP-DB] Suggest Table Structure

2001-07-05 Thread kachaloo
Hi guys, I am making a table which will store articles for a site and the feilds are : ID int(6) NOT NULL auto_increment, CATEORY varchar(10) NOT NULL DEFAULT 'EVENTS' , HEADING varchar(30) NOT NULL DEFAULT '' , BODY longblob , PICTU