[PHP] $PHP_SELF

2003-10-20 Thread Boris Sagadin
configuration. I'm using PHP 4.3.3 with Apache 2.0.43, Linux 2.4.21-grsec, register_globals is on Thanks, Boris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: $PHP_SELF

2003-10-20 Thread Boris Sagadin
Curt, Monday, October 20, 2003, 4:36:33 PM, you wrote: I believe the issue is where exactly is $PHP_SELF being used. $PHP_SELF isn't available inside a function, without global'ing it but $_SESSION is available all the time. Yes, but the problem in my case is that it works most of, but not

[PHP] XSLT Transformation

2002-12-28 Thread Boris Kolev
after transformation i tray to use utf8_decode and encode functions but all in $result can be read! Please Help me ! Best regards, Boris mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Session

2002-12-12 Thread Boris Kolev
Hello php-general, Can i have the same var in 2 diferent session? (f.e. CONTER, WEB CHAT etc.) Best regards, Boris mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Session

2002-12-12 Thread Boris Kolev
Hello matty, Thursday, December 12, 2002, 2:43:44 PM, you wrote: mr what do you mean - same 2 vars ? mr if you mean 2 session vars, than they will be availble on every web page mr which uses session calls. mr else, let me know what do you mean exactly. mr Boris Kolev [EMAIL PROTECTED] wrote

[PHP] My first XML!

2002-11-26 Thread Boris Kolev
Hello php-general, Hi. I want to know how i can export tree structure from Mysql table to XML mysql table structure is: ID - Group Unique Id P_ID - Parent Id Name - Name of group I want to make XML whit tree structure. Can some body help me! -- Best regards, Boris

[PHP] Re: [PHP-WIN] Unable to upload.. :(

2002-11-24 Thread Boris Kolev
This is a forwarded message From: Boris Kolev [EMAIL PROTECTED] To: toby z [EMAIL PROTECTED] Date: Sunday, November 24, 2002, 2:02:09 PM Subject: [PHP-WIN] Unable to upload.. :( ===8==Original message text=== Hello toby, Sunday, November 24, 2002, 1:04:25 PM, you wrote

[PHP] configure problem?

2002-04-04 Thread Boris Wong
hi, got a question on the usage of include: when i do something like this: ? include('http://www.myurl.com'); ? where my php file is located under the same directory structure of www.my.url.com, the browse seems keep on loading until it returns a blank page. does this mean that php can't

RE: [PHP] configuration problem?

2002-04-04 Thread Boris Wong
works just fine. /bw -Original Message- From: Boris Wong [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 9:32 AM To: [EMAIL PROTECTED] Subject: [PHP] configure problem? hi, got a question on the usage of include: when i do something like this: ? include('http://www.myurl.com

RE: [PHP] configure problem?

2002-04-04 Thread Boris Wong
that the 'Virtual Directory Support' is disabled. thought this could be the root of the problem? /bw -Original Message- From: Miguel Cruz [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 10:10 AM To: Boris Wong Cc: [EMAIL PROTECTED] Subject: Re: [PHP] configure problem? On Thu, 4

RE: [PHP] configuration problem?

2002-04-04 Thread Boris Wong
, April 04, 2002 11:14 AM To: 'Boris Wong'; [EMAIL PROTECTED] Subject: RE: [PHP] configuration problem? I believe include() will only work if the CGI script is written in PHP. You should be able to extract the results of a foreign script by running passthru() or system(). For example if I wanted

RE: [PHP] configuration problem?

2002-04-04 Thread Boris Wong
, April 04, 2002 1:45 PM To: 'Boris Wong'; [EMAIL PROTECTED] Subject: RE: [PHP] configuration problem? Have you tried using virtual() ? virtual() is an Apache-specific function which is equivalent to !--#include virtual...-- in mod_include. It performs an Apache sub-request. It is useful for including

RE: [PHP] configuration problem?

2002-04-04 Thread Boris Wong
[mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 2:08 PM To: 'Boris Wong'; [EMAIL PROTECTED] Subject: RE: [PHP] configuration problem? I'm more confused now than ever. Originally you wanted to execute a .CGI script (presumably a PERL script) from inside a PHP script. Now it looks like

RE: [PHP] php and cgi

2002-04-03 Thread Boris Wong
execution failed in /[dir-path]/index.php on line 71 any more clues? thanks! /bw -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 10:46 PM To: Boris Wong Cc: [EMAIL PROTECTED] Subject: Re: [PHP] php and cgi On Tue, 2 Apr 2002, Boris Wong

[PHP] Re: WWW-Authenticate problem in Apache

2002-04-02 Thread Boris Klotz
You should only send the HTTP Authentication Header, if the user isn't already authenticated. Try something like this: ?php $usr = guest; $pw = guest; if(!($PHP_AUTH_USER==$usr $PHP_AUTH_PW==$pw)) { header(WWW-Authenticate: Basic realm=\My Realm\); header(HTTP/1.0 401 Unauthorized); }

[PHP] php and cgi

2002-04-02 Thread Boris Wong
hi, i was wondering if anyone knows how i can execute a cgi script (with -rwxrwxrwx mode) written in perl from within php? i tried ?php include ('mycgi.cgi'); ? but the content of the cgi file is displayed instead of executing it. ?php system ('mycgi.cgi'); ? didn't help as well. i also

[PHP] HELP!!!

2001-09-10 Thread Boris
odbc funkctions I get Fatal error: Call to undefined function: odbc_connect() in I think my php is not compiled with odbc and I don't no how to do that. Please help! Best regards Boris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP] HELP ! Sybase SQL Anywhere 5.5 and Linux

2001-09-05 Thread Boris
We have Sybase SQL Anywhere 5.5 database and one working PHP application on WINNT and IIS. We experienced IIS as one not very friendly web server what need to much management all the time, so we decide to move PHP application on Linux with Apche. My only problem is that I can not find any

[PHP] HTTP authentication

2001-08-31 Thread Boris
Is there a way to force re-authentication without closing and re-opening the browser. Thanks Boris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

[PHP] socket function

2001-08-22 Thread Boris
Does socket() function works on windows or not? Thanks Boris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]