[PHP] Re: PHP.exe crash Problem

2002-09-23 Thread simanhew
s - 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

[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/

[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 bi

[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 ?