[PHP] Re: PHP.exe crash Problem

2002-09-23 Thread simanhew

The interesting thing is that we has the same page on Solaris, it works
fine.
I will send the code in another email.

Thanks very much,

Siman

<[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> We need to see the page.
>
> --
>
> Nicos - CHAILLAN Nicolas
> [EMAIL PROTECTED]
> www.WorldAKT.com - Hébergement de sites Internet
>
> "Simanhew" <[EMAIL PROTECTED]> a écrit dans le message de news:
> [EMAIL PROTECTED]
> > Hi all,
> >
> > One of my pages always crashes php.exe on Windows XP.  I can not find
any
> > logic error in my code.
> > Does anybody have any experience to handle the problem like this ?
> >
> > Thanks in advance,
> >
> > Siman
> >
> >
> >
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] PHP.exe crash Problem

2002-09-23 Thread simanhew

Hi all,

One of my pages always crashes php.exe on Windows XP.  I can not find any
logic error in my code.
Does anybody have any experience to handle the problem like this ?

Thanks in advance,

Siman




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Check Unix password in PHP

2002-08-20 Thread Simanhew

Hi all,

I am trying to check password that user typed with the one in Unix system.
Some tutorial(or PHP Manual) just retrieves content in /etc/passwd and
compare it, but
password could be stored in shadow, not in passwd; someone suggested to
write a tiny C code,
chown it to root, change sticky bit and run it in PHP; someone used ypcat to
compare it..

Personally I prefer to write a tiny C code, I just wonder if it is safe?


Is there any "Standard & Safe" way to do this job ?

Thanks in advance,

Siman






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] POST & SID

2002-08-20 Thread simanhew

hi all,

I have a question regarding POST and SID:
I am trying to make a no-cookies browser work with session_id, according to
some tutorial, using  in URL is one choice.  I tried that and it
worked if it is only a hyperlink, but it DOES NOT work when I use POST.

Any one has experience in this ?

Thanks in advance,

siman



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php