php-windows Digest 19 Jan 2001 07:16:55 -0000 Issue 404

Topics (messages 5096 through 5111):

Win2000 IIS PHP Post/Get Form Operations Question
        5096 by: NX Dev
        5111 by: Angus Mann

Re: PHP Editor
        5097 by: NX Dev
        5098 by: NX Dev
        5101 by: Lorant Toth

Re: [PHP] AW: [PHP-WIN] best user authentication method?
        5099 by: Wacks, David
        5104 by: Ignacio Vazquez-Abrams

Re: [PHP-DB] Connection to MySQL
        5100 by: Ben Cairns

oracle+php4
        5102 by: Mike Jablonski

Lifetime of Filehandler within Session
        5103 by: Dirk.Dinger.dignos.com

Re: Prob. getting Java extension to work.
        5105 by: Alex Akilov

installation on Netscape FastTrack
        5106 by: Piotr Pluciennik

error message
        5107 by: Steve Hughes

math graphs plotting
        5108 by: Kayhan Yüksel
        5109 by: Gonzalo Vera

Re: RTF Files Library...
        5110 by: Thomas

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------


I can't get the PHP Server to reconize the "POST/Get" operations done 
ont he server.  Did i miss something in the config file?

Bob





At 06:40 18/01/01 -0600, NX Dev wrote:
>I can't get the PHP Server to reconize the "POST/Get" operations done ont 
>he server.  Did i miss something in the config file?

Uhm, how can we tell without knowing what you put in there? :)

Post your example PHP script/code of where you think it's going wrong...

Angus.





http://www.tbns.net/stsoftware/phpcoder/psetup.exe 650K
This program is called PHP Coder.  It is a HANDY Util.  It only has 1 
bug that i cam across.
If your are finishing a line ... with ;} it will accidently delete the 
semi-colon.  All you need to do in that case is just goto the spot where 
it was and readd it.

With this program you can have it color code the PHP Segments by 
"Functions", "Variables"... and so on.  This program also has a debugger 
built-in that will use your PHP Runtime locally.

Bob
NX PHP Dev

Angus Mann wrote:

> At 10:24 14/01/01 -0800, Alain Samoun wrote:
> 
>> Ultraedit:
>> www.sonic.net/alain/ultraedit/
> 
> 
> Thanks for that - I'd downloaded the evaluation and had completely 
> missed the braces matching feature in there :)
> 
> Angus.
> 
>> Alain
>> On Mon, Jan 15, 2001 at 02:17:40AM +1100, Angus Mann wrote:
>>  > At 13:30 14/01/01 +0100, you wrote:
>>  >
>>  > Does anyone know of an editor that has good syntax colouring and 
>> also can
>>  > handle braces matching?
>>  >
>>  > Thanks,
>>  >
>>  > Angus.
> 
> 
> 





[ PHP Coder]
Address = http://www.tbns.net/stsoftware/phpcoder/psetup.exe
Bob





Hi,

I wrote that editor and I've hopefully fixed that bug by now ;)
My local development version works fine (this doesn't happen any more).
Maybe you should take a look at http://phpcoder.stsoft.cjb.net and download
the latest development preview and follow the instructions (I think it
contains that bug fix - otherwise contact me and I'll upload the latest
devel version). Hope that helps ;)

Regards,
Lorant Toth

> http://www.tbns.net/stsoftware/phpcoder/psetup.exe 650K
> This program is called PHP Coder.  It is a HANDY Util.  It only has 1
> bug that i cam across.
> If your are finishing a line ... with ;} it will accidently delete the
> semi-colon.  All you need to do in that case is just goto the spot where
> it was and readd it.
>
> With this program you can have it color code the PHP Segments by
> "Functions", "Variables"... and so on.  This program also has a debugger
> built-in that will use your PHP Runtime locally.
>
> Bob
> NX PHP Dev
>
> Angus Mann wrote:
>
> > At 10:24 14/01/01 -0800, Alain Samoun wrote:
> >
> >> Ultraedit:
> >> www.sonic.net/alain/ultraedit/
> >
> >
> > Thanks for that - I'd downloaded the evaluation and had completely
> > missed the braces matching feature in there :)
> >
> > Angus.
> >
> >> Alain
> >> On Mon, Jan 15, 2001 at 02:17:40AM +1100, Angus Mann wrote:
> >>  > At 13:30 14/01/01 +0100, you wrote:
> >>  >
> >>  > Does anyone know of an editor that has good syntax colouring and
> >> also can
> >>  > handle braces matching?
> >>  >
> >>  > Thanks,
> >>  >
> >>  > Angus.
> >
> >
> >
>
>
> --
> PHP Windows 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]
>





I agree. If you have a Linux system, you can emulate this by having one NT
server with MS security and link to that page, have it set a copy (upon
authentication) and PHP can read the rest.

DOES anyone know if there is a way to us MS Authentication directly from
Linux?  I am looking into LDAP right now, but am hoping there is an easier
way

--Dave

-----Original Message-----
From: Michael Rudel [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 18, 2001 2:00 AM
To: 'Romulo Roberto Pereira'; php-general; php-windows
Subject: [PHP] AW: [PHP-WIN] best user authentication method?


Hi Romulo,

If you're only working (and all your clients, too) with M$, means M$-Win,
M$-IIS, M$-IE, so the best method is NTLM, but all Users must be registered
in your PDC as Users. Its very usable in Intranets.

Greetinx,
  Mike
(Germany)

-----Ursprüngliche Nachricht-----
Von: Romulo Roberto Pereira [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 17. Januar 2001 05:27
An: php-general; php-windows
Betreff: [PHP-WIN] best user authentication method?


hello!

What is the best user authentication methd for linux (apache)? and for
windows (IIS)? 

-- 
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]




On Thu, 18 Jan 2001, Wacks, David wrote:

> DOES anyone know if there is a way to us MS Authentication directly from
> Linux?  I am looking into LDAP right now, but am hoping there is an easier
> way
>
> --Dave
>

Try pam_smb. We've implemented this to allow users to use their domain logon
password as their e-mail password, and we always get rave reviews over this
feature :)

-- 
Ignacio Vazquez-Abrams  <[EMAIL PROTECTED]>





try replacing host with localhost

and ensure that MySQL is actually running

-- Ben Cairns - Head Of Technical Operations
intasept.COM
Tel: 01332 365333
Fax: 01332 346010
E-Mail: [EMAIL PROTECTED]
Web: http://www.intasept.com

"MAKING sense of
the INFORMATION
TECHNOLOGY age
@ WORK......"





Hello: My name is Mike and I have little problem.How can I get a connection
to an ORACLE8i-database with php4?
I can't find any documentation about it.

Regards
Mike







Hi PHP cracks,

I need your help with my litte problem here:

I need to setup and maintain a tcp-socket connection within a PHP session,
because the service on the other side
keeps track of the client's state and decides at runtine which html-page is
to be displayed as a result of the
users form-entries and also manages the database-IO.

given the code snippet below, I discovered that variable $dynamx_result is
set correcty when page2.php is reached
while $jds_connection is 0 (in scope of page1.php it is something like
resource#1) !
Is there something special when filehandles are registed within sessions ?
Where is the difference ?

Any help would be great.

Dirk

----------------------------------------------------------------------------
-------------------------------------------------------------------------

page1.php:
========

        require("lib.php");     
        $jds_connection         = -1;
        $dynamx_result          = "@<CMD> <session> <URL>";

        $status = dynamx_LogIn($username, $password);

        // Login ok ?
        // start new session, register vars and redirect to page given by
$dynamx_result

        if ($status==1) {

                session_start();        
                session_register("jds_connection");
                session_register("dynamx_result");

                // redirect to page2.php

                header("Location:
$dynamx_redirect?".session_name()."=".session_id());
                exit;
        }       

        ...     

page2.php:
========

<?php
session_register("jds_connection");
session_register("dynamx_result");
?>

<title>Beispielformular - <?php echo $jds_connection?> - <?php echo
$dynamx_result?></title>

lib.php
=======

function LogIn( $a_username, $a_password) {

        global $jds_connection;
        global $dynamx_result;
        
        $jds_connection = fsockopen(JDS_SERVER_HOST,JDS_SERVER_PORT);
        ...
        
        // do some communication here and set $dynamx_result accordingly

}





Paul,

Have you tried adding c:\php-4.0.4 to your java.library.path?

Alex





Hi,

I'm just trying to find information on how to instal php4 on Netscape
FastTrack Server v. 3.01 in  Win NT4.0 environment, both - as nsapi and
as cgi. Could someone help me to find how to do it? Installation info
I've got with my php copy explains this procedure for some servers,
unfortunately not for the one I need.

Greetings and thanks in advance

Piotr

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com




Can anyone help me with the following intermittent error message? "The HTTP
Server has returned an unhandled exception while processing the ISAPI
application:
php4ts!zend_hash_copy + 0x17
MSVCRT!malloc + 0x0"
The ISAPI app uses DCOM to send us data files via our website, a Win 2000
server running iis5.0. Our web guys suggested we upgrade to the latest
version of PHP, which we've done, but the upgrade did not seem to help. This
is proving to be very frustrating and we're tempted to ditch php altogether
if we can't find a resolution.
I installed the upgrade according to directions, but I'm not too proud to
admit that I may have done so incorrectly.

Thanks, Steve






hi all,
is there a math plotting code coded in php that is similar to mathcad etc
for scientific uses
yours,
kayhan


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com





Try phpclasses.upperdesign.com, there are several very good graphing
classes that can be used for mathematical purposes.

 Gonzalo.

> hi all,
> is there a math plotting code coded in php that is similar to mathcad etc
> for scientific uses
> yours,
> kayhan


> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com






Hello Andi,

beside John's, here are two links with specs,
http://msdn.microsoft.com/library/default.asp?PP=/library/toc/specs/specs10.xml&tocPath=specs10&URL=/library/specs/rtfspec.htm

http://www.wotsit.org/search.asp?page=3&s=text.

If you really want to write it for yourself, you might want to step up (work togethter 
with the author, whatever :)
from the PHP-RTF-Parser at:
http://phpclasses.upperdesign.com/browse.html/package/119, or directly at
http://josefine.ben.tuwien.ac.at/~mfischer/developing/php/rtf/rtfclass.phps

Hope that helps,
Thomas


Andres Salazar wrote:

> Hi,
>
> Anyone knows where is a library to build RTF with PHP or where I can get
> the RTF file format to build one on my own.
>
> Thanx
>
> Andres Salazar
>
> --
> PHP Windows 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]


Reply via email to