Re: [PHP-DB] Error loading module: "Unable to load dynamic library

2004-06-06 Thread Christopher Jones
Philippe wrote: Well, the exact message is: "Unable to load dynamic library php_oci8.dll: The specified procedure could not be found" If I remove the library the message becomes "The specified module could not be found." It seems to be able to find the library (all the paths are correct) but it

[PHP-DB] Re: strange results in mysql with readdir.php

2004-06-06 Thread Rui Cunha
Alessandro, i think the sql insert statement should be: insert into images(sixfourdata) values ('$encoded'); Rui Cunha Alessandro Folghera writes: Anybody has an idea about what happened to me ? The following script should just charge in a mysql db the images located in a directory. Un

Re: [PHP-DB] strange results in mysql with readdir.php

2004-06-06 Thread Daniel Clark
I'd think there where multiple files with jpg and gif extensions. Like: image1.jpg image1.jpg.jpg >>Anybody has an idea about what happened to me ? >> >>The following script should just charge in a mysql db the images located in >>a directory. Unfortunately everytime I call "readdir.php" (neve

[PHP-DB] strange results in mysql with readdir.php

2004-06-06 Thread Alessandro Folghera
Anybody has an idea about what happened to me ? The following script should just charge in a mysql db the images located in a directory. Unfortunately everytime I call "readdir.php" (never mind if there are or not new images) mysql is charging 2 or 6 copies of the same last image uploaded into th