[PHP] Oracle 8i - PEAR - Problem

2003-10-01 Thread orlandopozo
Hello, I have been trouble about to connect Oracle 8i through PEAR db class, I think it is the connection argument, any suggestion could help me, thanks in advanced, here you are the code: Test DB Class - PEAR IdName getMessage()); } //issue the query $sql ="SELECT * FROM test O

[PHP] SQL Server through PEAR - problem

2003-10-03 Thread orlandopozo
Hello mailing list, I try to connect SQL server from ODBC through PEAR, but it doesn't work, this is the code: Test DB Class - PEAR Estado getMessage()); } //issue the query $sql ="SELECT * from tablaEstado"; $q =$db->query($sql); if (DB::iserror($q)) { die($q->getMessage()); }

[PHP] SQL Server through PEAR - problem

2003-10-03 Thread orlandopozo
Hello mailing list, I try to connect SQL server through PEAR directly, but it doesn't work too, this is the code: Test DB Class - PEAR Estado getMessage()); } //issue the query $sql ="SELECT * from tablaEstado"; $q =$db->query($sql); if (DB::iserror($q)) { die($q->getMe

[PHP] OPTIONS field header handle problem

2003-10-06 Thread orlandopozo
How could I send response message with the header OPTIONS in PHP instead of send it with Apache configuration? Thanks in advanced.

[PHP] XML / XLS application

2003-10-10 Thread orlandopozo
Hello mailing list, I have a question about the use of XML / XLS application, I am introducing myself in this technology, What is useful XML / XLS for? , I need a basic example, basic application of it, because I don't find the use of it. I know that XML is used to interchange data between every sy

[PHP] Oracle - Win32

2003-10-10 Thread orlandopozo
Hello mailing list, I want to use Oracle function in PHP parser in Win32 OS, but I don't know how to install it, in the official documentation tell this: Installation You have to compile PHP with the option --with-oracle[=DIR], where DIR defaults to your environmment variable ORACLE_HOME. I th

Re: [PHP] Oracle - Win32

2003-10-10 Thread orlandopozo
> Hello mailing list, I want to use Oracle function in PHP parser in Win32 OS, > but I don't know how to install it, in the official documentation tell this: > > Installation > You have to compile PHP with the option --with-oracle[=DIR], where DIR > defaults to your environmment variable ORACLE_HO

[PHP] XML / XLS application

2003-10-10 Thread orlandopozo
> Hello mailing list, I have a question about the use of XML / XLS > application, I am introducing myself in this technology, What is useful XML > / XLS for? , I need a basic example, basic application of it, because I > don't find the use of it. I know that XML is used to interchange data > bet

[PHP] Oracle - Win32

2003-10-10 Thread orlandopozo
> > Hello mailing list, I want to use Oracle function in PHP parser in Win32 > OS, > > but I don't know how to install it, in the official documentation tell > this: > > > > Installation > > You have to compile PHP with the option --with-oracle[=DIR], where DIR > > defaults to your environmment va

[PHP] recursive acronym - PHP

2003-11-01 Thread orlandopozo
Why PHP is a recursive acronym?, I know that before was called Personal Home Page, I now is Hypertext PreProcessor, but why is recursive?, I person told me that it could be wroten as Pre Hypertxt Processor, thanks.

[PHP] recursive acronym - PHP

2003-11-01 Thread orlandopozo
> Why PHP is a recursive acronym?, I know that before was called Personal Home > Page, I now is Hypertext PreProcessor, but why is recursive?, I person told > me that it could be wroten as Pre Hypertxt Processor, thanks. > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

[PHP] mail function error - win32

2003-11-01 Thread orlandopozo
I try to send from my pc a mail with the function mail(), but if doesn't work, I have tried several time, but nothing, I don't know what could be, because the same script work well in a remote host. in my php.ini, I put: [mail function] ; For Win32 only. SMTP = mail.serbis.com I also put [mai

[PHP] mail function error - win32

2003-11-01 Thread orlandopozo
I try to send from my pc a mail with the function mail(), but if doesn't work, I have tried several time, but nothing, I don't know what could be, because the same script work well in a remote host. in my php.ini, I put: [mail function] ; For Win32 only. SMTP = mail.serbis.com I also put [mai

[PHP] mail() another example - error

2003-11-01 Thread orlandopozo
I use this script: I got this error: Warning: mail(): SMTP server response: 550 not local host ojpp.myftp.org, not a gateway in D:\htdocs\ojpp\functions\mail\2.php on line 19 thanks, for any help. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns

[PHP] mail() another example - error

2003-11-01 Thread orlandopozo
I use this script: I got this error: Warning: mail(): SMTP server response: 550 not local host ojpp.myftp.org, not a gateway in D:\htdocs\ojpp\functions\mail\2.php on line 19

[PHP] mail() another example - error

2003-11-01 Thread orlandopozo
I use this script: I got this error: Warning: mail(): SMTP server response: 550 not local host ojpp.myftp.org, not a gateway in D:\htdocs\ojpp\functions\mail\2.php on line 19 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Apache1.3.28 vs PHP4.3.3

2003-11-03 Thread orlandopozo
hello, I tried to configure php as module SAPI of the apache web server, I put this line: LoadModule php4_module D:/PHP4.3.3/sapi/php4apache.dll AddModule mod_php4.c AddType application/x-httpd-php .php When I tested the configuration, I got this error: Cannot remove module mod_php4.c: not found

Re: [PHP] Apache1.3.28 vs PHP4.3.3

2003-11-04 Thread orlandopozo
hello, I tried to configure php as module SAPI of the apache web server, I put this line: LoadModule php4_module D:/PHP4.3.3/sapi/php4apache.dll AddModule mod_php4.c AddType application/x-httpd-php .php When I tested the configuration, I got this error: Cannot remove module mod_php4.c: not f

[PHP] Apache1.3.28 vs PHP4.3.3

2003-11-05 Thread orlandopozo
Apache 1.3.28 / PHP 4.3.3 hello, I tried to configure php as module SAPI of the apache web server, I put this line: LoadModule php4_module D:/PHP4.3.3/sapi/php4apache.dll AddModule mod_php4.c AddType application/x-httpd-php .php When I tested the configuration, I got this error: Cannot remove

[PHP] session timeout

2003-11-13 Thread orlandopozo
> How do I set the session timeout - eg someone leaves a broweser for say > half an hour then have to log in again.. > > As I'm on an intranet I want to increase ro 3 hours > > Pete > Pete, Change the default configuration of the option session.cookie_lifetime in the php.ini by default: ; Lifetim

[PHP] Problem with Apache 1.3.28 / PHP 4.3.3

2003-11-13 Thread orlandopozo
I had problem in the configuration of Apache 1.3.28 and PHP 4.3.3 as SAPI module, they are run well as CGI module, I put this lines for it: ScriptAlias /php/ "D:/PHP4.3.3/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe" as SAPI module, I put this lines: LoadM

[PHP] Problem with Apache 1.3.28 / PHP 4.3.3

2003-11-13 Thread orlandopozo
I had problem in the configuration of Apache 1.3.28 and PHP 4.3.3 as SAPI module, they are run well as CGI module, I put this lines for it: ScriptAlias /php/ "D:/PHP4.3.3/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe" as SAPI module, I put this lines: LoadMo

[PHP] Is there a php built-in function to determine the number of dimensions of the array?

2003-11-25 Thread orlandopozo
Hello all mailing list, I am wondering if it exists a PHP built-in function to determine the numbers of dimensions of any type of array (indexed, and associative), thanks for any help, bye. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Array dimension

2003-11-26 Thread orlandopozo
I understand that in PHP there is only one dimension array, and in order to create several dimensions, yo need to nested the same function array(), but in conclusion you obtain n dimensions of the array whatever the implementation, I have already figured it out the problem , thanks anyway for all y

[PHP] Problem in the output of an array

2003-11-29 Thread orlandopozo
I have this code, I would like, if this could be done The output is : Array[dim1][dim2][dim3][3] I need that the output was: value Thanks in advanced for any help.

[PHP] Problem in the output of an array

2003-11-29 Thread orlandopozo
I have this code, I would like, if this could be done The output is : Array[dim1][dim2][dim3][3] I need that the output was: value Thanks in advanced for any help. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Script help about array dimension

2003-11-30 Thread orlandopozo
I have this array definition: $array['ojpp'][1][][] = 'ferrer'; $array['test'][0] = 'ojpp'; $array['test'][1] = 'ferrer'; How could I do a script that give me this output: Array ( [0] => Array ( [0] => ojpp [1] => 1 [2] => 0 [3] => 0

[PHP] Script help about array dimension

2003-11-30 Thread orlandopozo
I have this array definition: $array['ojpp'][1][][] = 'ferrer'; $array['test'][0] = 'ojpp'; $array['test'][1] = 'ferrer'; How could I do a script that give me this output: Array ( [0] => Array ( [0] => ojpp [1] => 1 [2] => 0 [3] => 0

[PHP] SMTP vs POP3

2003-12-04 Thread orlandopozo
I have this code to send email via STMP server $msg = "this is a test - ojpp - mail function"; $senderFrom = "[EMAIL PROTECTED]"; $receiverTo = "[EMAIL PROTECTED]"; $subject = "test of the mail function"; $mailHeaders = "From: $senderFrom\n"; $mailHeaders .= "Reply-to: $senderFrom\n"; $mailHeaders

[PHP] SMTP vs POP3

2003-12-04 Thread orlandopozo
I have this code to send email via STMP server $msg = "this is a test - ojpp - mail function"; $senderFrom = "[EMAIL PROTECTED]"; $receiverTo = "[EMAIL PROTECTED]"; $subject = "test of the mail function"; $mailHeaders = "From: $senderFrom\n"; $mailHeaders .= "Reply-to: $senderFrom\n"; $mailHeader

[PHP] What is a XSS attacks?

2003-12-12 Thread orlandopozo
What is a XSS attacks? thanks in advanced, bye.

[PHP] count the elements of each dimension of the array

2003-12-12 Thread orlandopozo
I have this script: I want to count the elements of each dimension, but the script give me an error, thanks in advanced for any help.

[PHP] How could I count the elements of each dimension of an array?

2003-12-14 Thread orlandopozo
How could I count the elements of each dimension of an array? I have this script, but it failed, thanks for any help "; print_r($ojpp); echo ""; ?>