[PHP-DB] Re: php problem passing variables

2002-07-13 Thread Pedro
Richard Mail wrote: hi, i've tryed to install php 4.2.1 with apache 1.3.24 php works, but i can't pass any variables. is it in php.ini that i have to change something ? or is the installation of php not correct ??.. thanks in advance, Richard Pijnenburg The netherlands I'm only running

RE: [PHP-DB] Oracel 9i connection problems.

2002-04-16 Thread Pedro . Sere
Put this on your php page Putenv(ORACLE_HOME=/home/oracle/8.0.5); Putenv(LD_LIBRARY_PATH=/home/oracle/8.0.5/lib); Putenv(TWO_TASK=WAGNER_PC); and test it work with version 8 Pedro SERE P.SERE EU - COMMISSION - SG Internal Information

[PHP-DB] TXT files with fixed width

2003-02-13 Thread Pedro Oliveira
I need to import a fixed width txt to a my sql database, I know how to do that with a coma separated value. any1 knows how i can do this easilly or know some software to do this? any help would be appreciated. thanx Pedro -- Pedro Oliveira [EMAIL PROTECTED] -- PHP Database Mailing List

[PHP-DB] Re: Storing images in MySQL table

2003-02-27 Thread Pedro MG
And i've heard the server or client does not cache db stored images, while it caches them in as separate files. True ? -- Regards, Pedro MG www.tquadrado.com -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Query Case In-sensitive

2003-11-17 Thread Pedro Pais
Hey! At least in Postgresql you can do something like: SELECT * FROM table where item_code ILIKE 'blabla'; But I guess it's standard, so you can use it in any DB. Larry Sandwick wrote: Is there a way to run a query so that it ignores the case, and the query is not case sensitive? The data

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

2001-03-03 Thread Pedro M. S. Oliveira
is the html code i have to generate do do this? 3) how can i read this back from the database? i read something about sending the file over ftp and then on the database put just the path to the file. but what is your opinion? thankx *** Pedro Miguel Silva

[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
) + 3days; echo $date; echo thank you all; ? Thanks Pedro -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

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
the data from the oracle server just by ip as i can do with mysql? If so what do i need to have. Thank you alot Geek Greetings, Pedro Oliveira

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

Re: [PHP-DB] [fwd] Sybase (from: stephanb@whacky.net)

2003-09-29 Thread José Pedro Esteves
Hi list. I had the same problem when trying to use Sybase_Connect ... Insted i defined alias in ODBC and used OBDC_Connetc. JPedro - Original Message - From: Stephan van Beerschoten [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 29, 2003 8:52 AM Subject: [PHP-DB] [fwd]

[PHP-DB] sybase and php

2003-10-17 Thread Pedro A. Rodriguez Nurse
What happened here? .. I have Win2000 Server ... I hope you can help me. Thanks, Pedro

[PHP-DB] MySQL/PHP how to put the results of one query in another query

2005-06-26 Thread Pedro Quaresma de Almeida
in another query? Is it possible? -- Pedro Henrique e Figueiredo Quaresma de Almeida -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php