Thread Äqivalent zu php strstr (5 answers)
Opened by tpk at 2013-09-16 13:11

Gast tpk
 2013-09-16 13:11
#170281 #170281
Hi,

hab null Ahnung von perl und möchte in einem Script eine Zeile Code ändern:

Code: (dl )
 $OKflag = 1 if ($_ eq $ENV{'QUERY_STRING'} || $_ eq $amp || $_ eq $amp2);


was ich brauche, sähe in php so aus:

Code: (dl )
if(strstr($ENV{'QUERY_STRING, $_) != "" || ...)

Last edited: 2013-09-16 13:28:45 +0200 (CEST)

View full thread Äqivalent zu php strstr