[PHP-WIN] New Metabase Aniversary release

2002-01-21 Thread Manuel Lemos
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

[PHP-WIN] Session and Header function

2002-01-21 Thread ST Ooi
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

RE: [PHP-WIN] Include()

2002-01-21 Thread John (News)
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,

RE: [PHP-WIN] Include()

2002-01-21 Thread alain samoun
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+

[PHP-WIN] php_pear.dll

2002-01-21 Thread John Moeller
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

RE: [PHP-WIN] Include()

2002-01-21 Thread Shrock, Court
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

RE: [PHP-WIN] Include()

2002-01-21 Thread alain samoun
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:

[PHP-WIN] Include()

2002-01-21 Thread John (News)
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

[PHP-WIN] Re: Apache 1.3.22 and PHP 4.1.0

2002-01-21 Thread SomeGuy
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

[PHP-WIN] Re: problem running php4.0.6 and apache1.3.22 on winXP

2002-01-21 Thread SomeGuy
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 -0000 Issue 963

2002-01-21 Thread php-windows-digest-help
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

[PHP-WIN] http error apache 1.3.22 php 4.0.1

2002-01-21 Thread SomeGuy
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

[PHP-WIN] .php unrecognizable extension

2002-01-21 Thread Dion
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

RE: [PHP-WIN] recursion

2002-01-21 Thread Svensson, B.A.T. (HKG)
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]); >

RE: [PHP-WIN] recursion

2002-01-21 Thread Svensson, B.A.T. (HKG)
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..

[PHP-WIN] recursion

2002-01-21 Thread Sandeep Murphy
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

[PHP-WIN] php4ee light

2002-01-21 Thread eoghan
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