[PHP ] ISAPI under Win98

2001-08-21 Thread Tribun
May be it's a dummy question, but I can't find how I can install this ISAPI module under win98. (I had only an winNT guide) Can someone please explain it to me thank you. ;) MöfG; Tribun (Patrick Lehnen) --- mp3o.net -- PHP General Mailing List (http://www.php.net/) To u

[PHP] Re: flash and php

2001-08-21 Thread Tribun
be changed again: "interface.php?do="&dynamicvariable 5. to read the retrieved variables via flash, just handle them like _level0:variablename I hope that was a little bit clearer. If you have anyhow any problems, feel free to ask me again ;) MöfG, Tribun (Patrick Lehnen) --- w

[PHP] Re: flash and php

2001-08-20 Thread Tribun
=something&cat=dog& Hope you understand my short introduction.. MöfG, Tribun(Patrick Lehnen) --- www.mp3o.net "Jack" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 017701c129a4$6dff2e60$[EMAIL PROTECTED]">news:017701c129a4$6dff2e60$[EMAIL PROTECTED]... I know t

[PHP] Re: *THANKS* [PHP] need real expert (geting outer files) *english/german*

2001-08-16 Thread Tribun
THANKS! my best thanks to Richard Lynch ! He advised me to the solution. It was simply an URLencode missing ;) (I've guessed that I do that allready but the var-name has changed, and so the function has taken no effect...) regards, Tribun "Tribun" <[EMAIL PROT

Re: [PHP] Fussy logic...

2001-08-16 Thread Tribun
yapp. I know the JS-function, but I was curious if someone knows an beautifuller solution. something neater ;) "Renze Munnik" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Thu, Aug 16, 2001 at 10:01:36AM +0200, Tribun w

[PHP] Fussy logic...

2001-08-16 Thread Tribun
prior this, but is linked to the Site you come from... so the link should better be called "FORWARD". Do U C the problem??? ;) Has someone an idea to solve it? Sincerely yours, Patrick Lehnen (alias: Tribun) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-ma

[PHP] .htaccess username

2001-08-16 Thread Tribun
...hmmm, I would guess there is a way, but I dont know why... Can I read out the active username, which has just logged in through a .htaccess authentication??? Like the access data.. user: patrick pass: linux can PHP reads out the usersname "patrick" ?? (and if ,... how? ;) 10x 4 U'r time.

Re: [PHP] need real expert (geting outer files) *english/german*

2001-08-16 Thread Tribun
p;INTERNETUSE=Private&MPHONE=0 (one line!) into a variable. every other link succeed, but NOT this one. I've tried to do that with fopen and fsockopen. may be, i've made something wrong... I HOPE, u know an answer, how to do that... and please test it out, what you mean, and if it

[PHP] need real expert (geting outer files) *english/german*

2001-08-15 Thread Tribun
help me. If someone believes to have an answer, feel free to mail me any detailer questions. thanks for all help. Tribun (Patrick Lehnen) --- mp3o.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

[PHP] Simple question (what's ISAPI ?)

2001-08-13 Thread Tribun
module but WHAT is that? and HOW can I do that under my win-operation system. Thank's for any help! Tribun (Patrick) --- mp3o.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[PHP] Re: how 2 read an non-existing file?! (I need help)

2001-08-10 Thread Tribun
act, I realy dont know. If you can, please help me out ;) 10x! Tribun --- mp3o.net "Richard Lynch" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 04da01c1211b$ecdb1960$6401a8c0@Lynchux100">news:04da01c1211b$ecdb1960$6401a8c0@Lynchux100... > Yahoo *might* be "detecting

[PHP] PHP.exe EAT's my win resources... (!)

2001-08-10 Thread Tribun
were 505 guys, and ~30 accessed my pages at the same time, so the 2 gig-ram high-end-power PC was to slow to return the queries whitin the 180 sec. timeout... (excause my bad english ;) I hope, someone knows an answer... 10x ! Tribun --- www.mp3o.net PS: the LAN-Party's HomePage

[PHP] how 2 read an non-existing file?! (I need help)

2001-08-09 Thread Tribun
, that the targetting URL does'nt exist: Try this URL's http://babynames.pregnancy.yahoo.com/bnfname?n=Patrick or http://babynames.pregnancy.yahoo.com/bnfname.htm?n=Patrick http://babynames.pregnancy.yahoo.com/bnfname.?n=Patrick http://babynames.pregnancy.yahoo.com/bnfnameBLABLA?n=Patrick In

Re: Aw: [PHP] comfortable contact-form..

2001-08-06 Thread Tribun
&&(strpos($daten,$male)>0)){ if(strpos($daten,$male)>strpos($daten,$female))$result='w'; else $result='m'; }else if(strpos($daten,$female)>0)$result='w'; else if(strpos($daten,$male)>0)$result='m'; } -- --- but THIS one does&

[PHP] comfortable contact-form..

2001-08-06 Thread Tribun
iable firstnames into a variable. if this string contains "boy" i know the gender (else "girl") through this way i could skip the "gender" option in my contact-formulars. e.g. for the personal message "thank you, mrS Jackson" ... i hope someone can help. thanks! Tribun --- www.mp3o.net

[PHP] comfortable contact-form (1 problem)

2001-08-06 Thread Tribun
iable firstnames into a variable. if this string contains "boy" i know the gender (else "girl") through this way i could skip the "gender" option in my contact-formulars. e.g. for the personal message "thank you, mrS Jackson" ... i hope someone can help