Ask the gods to see why my $act received a value of delmes but cannot execute the statement after ElseIf
Source: Internet
Author: User
Ask the gods to see why my $act value is delmes but cannot execute the statement after ElseIf?
$act =$_request[' act '];
$username =$_request[' username '];
$title =$_request[' title ';
$content =$_request[' content ';
$profile =$_request[' profile ';
$ip =$_server[' remote_addr '];
$date =date ("y-m-d h:i:s", Time ());
$id =$_request[' id '];
Echo $act, $id;
if ($act = = "Doaction") {
$filename = "Messages.txt";
if (file_exists ($filename)) {
$str =file_get_contents ("Messages.txt");
$array =unserialize ($STR);
}
$array []=compact ("username", "title", "title", "Content", "Profile", "IP", "date");
File_put_contents ("Messages.txt", Serialize ($array));
}
ElseIf ($act = = "Delmes") {
echo "1111";
}
------to solve the idea----------------------
What is the output of the page?
You'd better var_du,p ($_request); Take a look at what's actually passing in.
------to solve the idea----------------------
Var_dump ($act); Let's see what the value is.
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.