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-
From:
Sorry but I didn't know which is the name of the first method
I will rephrase
which is the best method to upload a file to server ??
this:
//
$result =
move_uploaded_file($HTTP_POST_FILES['img_6']["tmp_name"],"dir/filename.jpg")
;
$result = $result ? "OK":"NOT OK";
print $result;
or ...
Martin,
In some doc that i've read when i compile the php i must put yhe
$ORACEL_HOME path, so if oracle isn't instaled on same machine ???
--
Frederico Madeira
Coordenador de Suporte
N. Landim Comércio Ltda
PABX: 81. 3497.3029
e-mail: [EMAIL PROTECTED]
Em Sex, 2003-09-12 às 13:15, Martin Mar
El Vie 12 Sep 2003 15:52, Frederico Madeia escribió:
> Dear friends,
>
> How i connect one server running PHP(linux) to other server running
> Oracle(linux) ??
> when i tryed to connect with ora_logon, the server return me: Call to
> undefined function: ora_logon().
>
> In php.net describe some fun
Dear friends,
How i connect one server running PHP(linux) to other server running
Oracle(linux) ??
when i tryed to connect with ora_logon, the server return me: Call to
undefined function: ora_logon().
In php.net describe some functions to connect to oracle,. but how i make
to do work ???
I must
> which is the "best" upload file method ?
> file uploads or FTP commands from PHP
Now that's the most open ended question I've read all day. Here, flip a
coin. If it falls heads, FTP. If it falls tails, the other one. Even
still, I'm not sure I understand the question: File uploads or FTP command
couple possible problems.
1. register globals being off and you're using variables like $name instead
of $_POST['name'].
2. you're not asking that anything be written to the database, only
selecting
$insert="select * from $table";
$db_query=mysql_db_query($db_name,$insert);
3. yo
--- Robert Twitty <[EMAIL PROTECTED]> wrote:
> You cannot use FreeTDS to connect to an Access database. You also
> cannot
> use odbc on Linux either. The only way to connect to an Access
> database
> from Linux is with something like EasySoft's ODBC-ODBC bridge or
> ODBTP.
or iodbc (http://www.
Hi everyone
i'm a newbie in php, mysql and linux but i want to learn about it can you
guys help me or give me referal to any tutorial links.
thank you for your kindness.
thanks >:P
sorry for my english >:- [
_
STOP MORE SPAM with t
You cannot use FreeTDS to connect to an Access database. You also cannot
use odbc on Linux either. The only way to connect to an Access database
from Linux is with something like EasySoft's ODBC-ODBC bridge or ODBTP.
-- bob
On Thu, 11 Sep 2003, nabil wrote:
> Yes , and I done myself to mssql o
Hi,
I have (amogst others) three tables in my database named Bookings, User, and
Representative. A User and a Representative are different types of user,
however I now want to merge these tables into one - User. When a Booking is
made, the User_ID and the Rep_ID are stored in the Booking table. I
In order to insert data into database you'll need an insert statement
I only see select * from $table
Jack
-Original Message-
From: IS [mailto:[EMAIL PROTECTED]
Sent: Friday, September 12, 2003 1:32 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Whios request record in database
I want t
I want to record the whois requests people do, not the whois output, in
a MySQL database.
The following code I'm playing with, but it doesn't write anything to my
table. What's wrong?
");
$db_name='dbname';
$db_user='username';
$db_password='password';
Hi,
I am running SNMP queries using PHP through browser.
I am successfully able to run SNMPGET, SNMPWALK etc when able to talk with
particular device or host. But Whenever not able to talk (may be bec'
device is down, link is down etc.) SNMP (from localhost) gives "No
responce from the hos
Hi,
I am running SNMP queries using PHP through browser.
I am successfully able to run SNMPGET, SNMPWALK etc when able to talk with
particular device or host. But Whenever not able to talk (may be bec'
device is down, link is down etc.) SNMP (from localhost) gives "No
responce from the hos
15 matches
Mail list logo