Re: [PHP] Problem installing PHP under NT service Pack 4

2001-07-20 Thread Marisol Díaz E.
Review here: http://www.php.net/manual/cs/install-windows.php - Original Message - From: "Emiliano Marmonti" <[EMAIL PROTECTED]> To: "Lista PHP" <> Sent: Friday, July 20, 2001 5:43 AM Subject: [PHP] Problem installing PHP under NT service Pack 4 Hello! We have had a problem tryi

Re: [PHP] PHP & MySQL

2001-07-20 Thread Marisol Díaz E.
select [campo] from [tabla] order by [campo] if you want for each leter select [campo] from [tabla] where [campo] like 'A' Marisol - Original Message - From: "Erich Kolb" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 20, 2001 11:32 AM Subject: [PHP] PHP & MySQL > Wh

Re: [PHP] oracle

2001-07-19 Thread Marisol Díaz E.
* from prueba"; $result1 = ociparse($conn,$consulta); ociexecute($result1,OCI_DEFAULT); while (ocifetch($result1)) { $NOMBRE=ociresult($result1,"NOMBRE"); echo "NOMBRE=$NOMBRE"; } OCIFreeStatement($result1); Por favor dime en que parte estoy equivocada

[PHP] oracle

2001-07-19 Thread Marisol Díaz E.
Hi, I'm working with php4 and oracle in windows2000, I have problems with this variables. $lugar="D:\Oracle"; $bdd="orant"; PutEnv("ORACLE_SID=$bdd"); PutEnv("ORACLE_HOME=$lugar"); It don't work, I don't know what is the value of $lugar. Thanks. Marisol

[PHP] oracle

2001-07-19 Thread Marisol Díaz E.
Hi, I'm working with php4 and oracle in windows2000, I have problems with this variables. $lugar="D:\Oracle"; $bdd="orant"; PutEnv("ORACLE_SID=$bdd"); PutEnv("ORACLE_HOME=$lugar"); It don't work, I don't know what is the value of $lugar. Thanks. Marisol

[PHP] password

2001-03-27 Thread Marisol Díaz E.
Hi I need the code, for protecting the dir by password. Thanks Marisol Díaz E.

[PHP] upload file

2001-02-10 Thread Marisol Díaz E.
Hello I need to do upload a file, I have problem with instruction copy(?,?); When it copy the file, just copy to tmp, and it change the name. Marisol Díaz E. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP] ftp_fput

2001-02-09 Thread Marisol Díaz E.
Hello I need to know what mode i have to use, for coping a file with ftp_fput $archivo="C:\\abm\\Abm.gdb"; $fpr = fopen ($archivo, "??"); $subir=ftp_fput($fp,$archivo,$fpr,FTP_BINARY); Marisol Díaz E. -- PHP General Mailing List (http://www.php.net/) To unsubsc

[PHP] ftp_fput

2001-02-09 Thread Marisol Díaz E.
Hi Please help me I don't knowk that is wrong, in this code, for ftp_fput Don't copy the archive, when copy the archive , this has other extension, and the size is 0kb. Thanks. Marisol Díaz E.

[PHP] ftp_fput

2001-02-08 Thread Marisol Díaz E.
Hi Please help me I don't knowk that is wrong, in this code, for ftp_fput Don't copy the archive, when copy the archive , this has other extension, and the size is 0kb. Thanks. Marisol Díaz E. Marisol Díaz E. Gerente de Aplicaciones Internet Tecnopro Cía. Ltda. www.tecnopro