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 "";
?>
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.
What is a XSS attacks?
thanks in advanced, bye.
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
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
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
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
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
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.
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
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
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
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
> 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
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
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
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
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
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
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
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
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
> 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
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.
> > 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
> 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
> 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
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
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
How could I send response message with the header OPTIONS in PHP instead of send it
with Apache configuration?
Thanks in advanced.
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
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());
}
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
33 matches
Mail list logo