[PHP-DB] file upload into mySQL

2003-12-24 Thread Hiro
ot;,$db); $sql_insert = "LOAD DATA LOCAL INFILE '$HTTP_POST_FILES[$UploadedFile]'INTO TABLE objects"; mysql_query($sql_insert); Regards, Hiro -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] file upload into mySQL

2003-12-24 Thread Hiro
hi! I am uploading file into mySQL database from web site. But it is unable to upload it into database. If you know how to upload the file from web site into mySQL, could you please teach me how! the database information is; create table objects b_col

[PHP-DB] file upload into mySQL

2003-12-24 Thread Hiro
hi! I am uploading file into mySQL database from web site. But it is unable to upload it into database. If you know how to upload the file from web site into mySQL, could you please teach me how! the database information is; create table objects b_col

[PHP-DB] file upload into mySQL

2003-12-24 Thread Hiro
= mysql_connect("localhost", "*", "***"); mysql_select_db("*",$db); $sql_insert = "LOAD DATA LOCAL INFILE '$HTTP_POST_FILES[$UploadedFile]'INTO TABLE objects"; mysql_query($sql_insert);

Re: [PHP-DB] Re: Subject: file upload into mySQL

2003-12-26 Thread Hiro
-12-27 04:53:32 tgt.java 0 application/octet-st 2003-12-27 04:49:05 oko.cc 0 application/octet-st 2003-12-27 04:46:54 xyz.pdf 0 application/octet-st 2003-12-27 04:42:43 Can you help me your good advice. Regards, Hiro

[PHP-DB] upload binary into postgres

2004-02-09 Thread Hiro
Hi! I would like to upload binary data into the PorstgreSQL. Does anyone know how to upload the code? I do not want to use OID. I want to insert binary direct into table. I create table field bytea. Is it correct? Pelase teach me how! regards, hiri -- PHP Database Mailing List (http://www.

[PHP-DB] binary data into postgresql in bytea

2004-02-09 Thread Hiro
?> Does anyone know right code? I do not think this is write code for postgresql. The field which binary data is stored is "bytea." Regards, hiro -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] pg_escape_bytea

2004-02-17 Thread Hiro
which word documentation or other binary file are stored? Regards, hiro -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php