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 When you

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 trying to

[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

Re: [PHP] oracle

2001-07-19 Thread Marisol Díaz E.
); while (ocifetch($result1)) { $NOMBRE=ociresult($result1,NOMBRE); echo NOMBRE=$NOMBRE; } OCIFreeStatement($result1); Por favor dime en que parte estoy equivocada. - Original Message - From: Martin Marconcini [EMAIL PROTECTED] To: 'Marisol Díaz E.' [EMAIL PROTECTED] Sent

[PHP] password

2001-03-27 Thread Marisol Díaz E.
Hi I need the code, for protecting the dir by password. Thanks Marisol Daz 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 Daz E. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[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. ? $fp = ftp_connect('192.168.57.2', 21); $con = ftp_login($fp, "mdiaz", "root1997");

[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 Daz E. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[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. ? $fp = ftp_connect('192.168.57.2', 21); $con = ftp_login($fp, "mdiaz", "root1997");