Hello,
Finally I made time to put a new Metabase release together celebrating
the 2nd aniversary since its first public release which is also the 3rd
aniversary since I started developing it.
For this release I added new features that either were requested or
contributed:
- Query result bulk da
I have a problem with session and redirection. I have setup 2 testing file. index.php
will start the session, set the
session variable and redirect it to index-full.php.
However, in index-full.php, I cannot see the output that I expected. it should be
"trial is Ooi Soo Tuck". The output
is "tri
I'm not using it to include remote php files as I assumed it would still
onlu be able to process the file after it was parsed by the remote system.
I do however need to include remote html files which should not be affected
by this problem.
Hippie.
At 04:38 PM 1/21/02 -0800, you wrote:
>Yes,
Humm, I do not know if I understand you...
If you include a file in your server A, it will run in your server locally
as part of your code. Now if the included file is located at another server
B, it should be all the same, the included file will run as part of your
code in server A, isn't it?
A+
I asked this on the pear.general group, but maybe I'm asking in the wrong place. Does
anyone know what php_pear.dll is used for?
John
Yes, it works on Linux/Apache. But the results are not what you might
expect. When one normally uses the include statement, you intend to process
some php file, not the output from such a file.
For example:
nfo.php contains, located at http://www.myserver.com/nfo.php :
--BEGIN FILE
You are right, it doesn't seem to work with windows, I don't know if it
works with *nix either?
But you can include your file as:
include("http://whatever/yourfile.php";);
A+
Alain
-Original Message-
From: John (News) [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 21, 2002 3:34 PM
To:
Has anyone been able to use the include() statement with a URL in the
windows version of php? I've tried v4.0.6 and v4.1.1 and neither of them
seem to work. Function is as follows.
include('http://www.tol.com.au/default.htm');
I have checked and made sure that allow_url_fopen is enabled in the
i don't really see why you would even try to unload mod-php4.c since apache
doesn't come installed with it.In windows you can only load the module
(php4apache.dll)
if you installed php under c:\
you would only add
LoadModule php4_module D:/Programs/AppServ/php/sapi/php4apache.dll
any text with mod
instead of php4.c just use
LoadModule php4_module C:/php/sapi/php4apache.dll
and then offcourse register the file types
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php-source .phps
i a
php-windows Digest 21 Jan 2002 19:34:20 - Issue 963
Topics (messages 11536 through 11542):
Re: New PHP
11536 by: John Z
php4ee light
11537 by: eoghan
recursion
11538 by: Sandeep Murphy
11539 by: Svensson, B.A.T. (HKG)
11540 by: Svensson, B.A.T. (HKG
so i'm running apache 1.3.22 on windows XP
and trying to run phpnuke on it.It works fine locally without ANY errors.But
as soon as outside users try to connect to the server they say there was an
error.Since they are windows users they couldn't quite tell me what was
wrong.Anyway...after connectin
I am running Apache 1.3 on WindowsXP just for some developement stuff that I
do at home. I just installed PHP to the server but I can't get it to
recognize .php as an extension and to have it load those as if they were
.html files. IE index.php it just shows a directory listing instead of
lo
Sorry a bug slipped into the code:
The if statment is fualty!!!
>RecursiveFunction(Recurs_Argument)
>{
if (CHECK_IF_BREAK_CONDITION_IS_TRUE()) { ***
> return [breakConditionTrue];
> }
>
> else {
> ProcessData([Recurs_Argument]);
>
From: Sandeep Murphy
Sent: Monday, January 21, 2002 2:29 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] recursion
>I hv an XML tree with some elements which keep repeating.. As of now, I am
>able to print only the last element..
>I need to make the loop recursive in order to print all the elements..
hi,
I hv an XML tree with some elements which keep repeating.. As of now, I am
able to print only the last element..
I need to make the loop recursive in order to print all the elements..
wud appreciate any help..
TIA,
sands
like this:
001
WORD
hello
i recently got the version of php4ee light. i think its
a nice studio, but i wnated to add some auto complete
tags for myself, but i cant seems to get it working. as
i am develpoing in cf too i wanted to add all these tag also,
so i did:
= |
=
but it doesnt seems to be working, has anyo
17 matches
Mail list logo