Phpecho output problems

Source: Internet
Author: User
Phpecho output & lt ;? Phpswitch ($ _ obj [news_sb]) {case $ _ obj [news_sb] A: echo & quot; no operation & quot; break; * the following error occurs: * case $ _ obj [news_sb] D: echo & quot; & lt; ahrefAdmin_product_Dellis php echo output problem
Switch ($ _ obj ['news _ sb '])
{
Case $ _ obj ['news _ sb '] = 'a': echo "no operation"; break;
/*
The following error occurs:
*/
Case $ _ obj ['news _ sb '] = 'd': echo "'>" delete; break; // The error message is "ECHO.
}
?>
Ask the man to help correct the problem. thank you!


------ Solution --------------------
PHP code
Switch ($ _ obj ['news _ sb ']) {case $ _ obj ['news _ sb'] = 'a': echo "no operation"; break; /* The following sentence has an error */case $ _ obj ['news _ sb '] = 'd': echo "delete"; break; // This sentence has an error, the error is caused by ECHO "" error .}
------ Solution --------------------
Definitely wrong!

Echo "'>" delete; break;

You have put this quotation mark in the wrong position.
------ Solution --------------------
Remove this sentence. you nested it wrong.

Change
Echo ""

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.