[EMAIL PROTECTED] wrote:
> Hi I am trying to retrive data from an Oracle database into My Mysql
> database. How is it possible ODBC?? or Tab Delimited ?
if both db's are setup in php.. just have two connections..
select from one, and do inserts into the other.
$db1 = mysql_open(...);
$db2 = orac
Hi all...My post variables are not acting properly when I add
enctype="multipart/form-data" to the form tag. is this a bug in the current
version of php? has anyone experienced this?
If I take the enctype declaration out, it works fine (except for the file
uploading, which is crucial). I ca
php-windows Digest 21 Sep 2002 21:28:47 - Issue 1350
Topics (messages 15929 through 15932):
Re:Image resizing in PHP
15929 by: Neil Smith
Installing PHP as SAPI module
15930 by: Davy Obdam
gd library
15931 by: kivanc urgancioglu
Re: php_xslt.dll
15932 by:
hi larry,
please explain, what in particular is wrong with your php-xslt installation?
maybe you can first of all try http://www.dependencywalker.com to check if all needed
.dlls are there. if you still need the new libexpat.dll you have to go to
http://sourceforge.net/projects/expat/ - it's ja