[PHP-DB] Insert a file in a mysql database!

2001-03-03 Thread Pedro M. S. Oliveira
Hi all... Here i am once again asking for advice :) well i need to put a file (something lika *.doc or *.rtf) on a mysql database. The thing is: the user need to upload a computer file to the mysql runing over a linux box. i would like to know: 1) what is the best way to do this? 2) what is the

[PHP-DB] Password field!

2001-04-25 Thread Pedro M. S. Oliveira
Hello all! i was wondering if any1 of you could help me with something. i have a table with 3 fields user_ip, user and pass. how can i encript the pass and then read compare it with a pass inserted on the web page? thanx *** Pedro Miguel Silva

[PHP-DB] Oracle developer on linux

2001-10-27 Thread Pedro M. S. Oliveira
Hello all, I'm just sending this email to know if anyone is/was using the Linux oracle developer, if so can you please tell me what is your version and the some of the machine characteristics where it runs. This hell will be much appreciated thanks Pedro

[PHP-DB] ADDING DATES

2002-01-13 Thread Pedro M. S. Oliveira
Hi all, first of all i'm sorry to ask this but i am getting lazy and i bet you all can answer me in a couple of code lines. i want to add some days to the the result of the date php function. how can i had lets say 3 days? ex: (pseudo code) ? $date =date(,mm,dd); $date =date(,mm,dd) +

Re: [PHP-DB] any php/Linux gurus out there?

2002-03-04 Thread Pedro M. S. Oliveira
you could complile the hole program instead of the rpm, just read README.install from the php source tar file. or you can install the other rpms that are lacking. or even so, not such a good ideia, but you can force the installationg using the command rpm -i --nodeps php or rpm -U --nodeps

[PHP-DB] oracle-mysql

2002-03-20 Thread Pedro M. S. Oliveira
hi all, i need to migrate an oracle database (+-1gb) to a mysql one, but i don't have a clue how to do this. i'm thinking in dumping the whole content of the oracle database to a txt file but i don't know if there is a better way any ideias on this one. btw the oracle machine is running on

[PHP-DB] Help! Oracle help needed

2002-09-20 Thread Pedro M. S. Oliveira
Hi all the people here! well i've been working with php for quite some time now but i never used oracle databases before. well the situation is something like this. I've a mysql server running perfectly working with apache and php on linux, but in the other hand i also have an oracle server (6i)

RE: [PHP-DB] MySQL connectiviy

2002-11-22 Thread Pedro M. S. Oliveira
Hi Jeremy, Probably you don't have all of php installed; you can pick it up in php.net and install the full php libs. Or in your php ini file, the php lib path can be incorrect, well these are just thoughts as I don't use red hat for some time (SuSE Forever). Hope you figure it out, Pedro