Php+apache executing an IF statement alarm
if (Strstr ($a, "add"))//If the "add" character exists in the string
{
$bb. = $k. " ". $a; $b fetch $ A
}
if (Strstr ($a, "return") | | STRSTR ("Data"))//If there is a "return" or "data" character in the string ******apache the Error.log has been prompted here to error
{
Break
}
ElseIf (!STRSTR ($a, "return"))//If there is no "return" in the string
{
Executes the following statement.
The warning prompts are as follows:
DEC 20:42:33 [ERROR] [client 127.0.0.1] PHP Warning:strstr () expects at least 2 parameters, 1 given in c:\\progr Am files\\www\\fail\\collectdata.php on line 33
is not my judgment statement wrong .... Seemingly can also be carried out, but the alarm prompts constantly, close php.ini Error_report also can not avoid the Apache Error.log constantly increase, is a headache, I rookie, wait for the great god Enlighten.
------Solution--------------------
if (Strstr ($a, "return")
------Solution--------------------
Strstr ( $a"data"))
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.