RE: [PHP-DB] Connect to Oracle DB

2003-09-13 Thread Jack van Zanen
Hi I don't know how this shared library works, but to the best of my knowledge you'll always need oracle client software (SQL*Net) installed on the php server to connect to an oracle database . Please correct me if I'm wrong and point me to the docs. Tia Jack -Original Message-

Re: [PHP-DB] Connect to Oracle DB

2003-09-13 Thread Martin Marques
El Sb 13 Sep 2003 03:56, Jack van Zanen escribi: Hi I don't know how this shared library works, but to the best of my knowledge you'll always need oracle client software (SQL*Net) installed on the php server to connect to an oracle database . Please correct me if I'm wrong and point me to

Re: [PHP-DB] best upload method

2003-09-13 Thread David Smith
If the destination for the uploaded file is on the same host as the web server, it will be several orders of magnitude faster to use the first method (move_uploaded_file()). Of course, you may have to reorganize your permissions to allow the web-server to write to the destination directory. If

[PHP-DB] DB update problem...

2003-09-13 Thread James Hatridge
HI gang! I am trying to do a mysql update. I wrote a small bash file that works fine at the command line. But I would like to have it ran by PHP whenever I start the DB. What I am trying to do is have PHP check if a new update file is there (AUD.txt) if it is run the euro-update.program. But

Re: [PHP-DB] DB update problem...

2003-09-13 Thread Simon Stiefel
On 13 Sep 2003 at 17:26, James Hatridge wrote: HI gang! Hi! I am trying to do a mysql update. I wrote a small bash file that works fine at the command line. But I would like to have it ran by PHP whenever I start the DB. What I am trying to do is have PHP check if a new update file is

[PHP-DB] Problem connecting to MySql database from php

2003-09-13 Thread Daniel
I'm taking a tutorial from an e-book. The script it had me make is a simple HTML form with method Post. The php script that connects to the mysql database uses the command mysql_connect('host', 'user', 'password') isn't working... I'm fairly new to php and MySql. I don't think I am configured

[PHP-DB] Re: Problem connecting to MySql database from php

2003-09-13 Thread Shadow
It can be set up in php.ini file Find the appropriate section and uncomment it Shadow -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Security concerns using File Upload process

2003-09-13 Thread karen97214
PHP for Apache SQL Server 2k database User is logged in with username and password. We want to upload a file to web server, then call a VB function to validate it and save it to a table--Parameters: string in (file name), string out (accepted or rejected display for user). All this happens while