Img label Image Display Problem Solving

Source: Internet
Author: User
The step-by-step string is the 1.show.php2.imported to the show.html file, which is directly output 3. the image display on firfox is normal. You can access the image link separately. however, Images cannot be displayed in show. the PHP file is displayed during access. display it like this with a debugging tool...

My $ step string is passed through the get method.

1. show. php

2.import show.html file and directly output

3. The image is displayed normally on firfox. You can access the image by accessing the image link separately.

4. However, Images cannot be displayed when the show. php file is accessed.

5. Use a debugging tool to display this information.

For status code 493, do not understand what it means.

Show.html

    
          

Dish name:

Recommendation reason: Ingredients: Seasoning: Steps:

  • Phone number
  • SMS
  • Share
  • About

Show. php

// Receive data $ title = $ _ GET ['title']; $ tags = $ _ GET ['tags']; $ intro = $ _ GET ['intro']; $ ingredients = $ _ GET ['ingdidents']; $ burden = $ _ GET ['burden ']; $ step = $ _ GET ['step']; // extract the beginning and end "@" $ step = trim ($ step, '@'); // blow up the string and generate an array $ step = explode ('@', $ step); // var_dump ($ step); exit; // looping array $ str = ""; for ($ I = 0; $ I
  

Reply content:

My $ step string is passed through the get method.

1. show. php

2.import show.html file and directly output

3. The image is displayed normally on firfox. You can access the image by accessing the image link separately.

4. However, Images cannot be displayed when the show. php file is accessed.

5. Use a debugging tool to display this information.

For status code 493, do not understand what it means.

Show.html

    
           

Dish name:

Tags:

Recommendation reason: Ingredients: Seasoning: Steps:

  • Phone number
  • SMS
  • Share
  • About

Show. php

// Receive data $ title = $ _ GET ['title']; $ tags = $ _ GET ['tags']; $ intro = $ _ GET ['intro']; $ ingredients = $ _ GET ['ingdidents']; $ burden = $ _ GET ['burden ']; $ step = $ _ GET ['step']; // extract the beginning and end "@" $ step = trim ($ step, '@'); // blow up the string and generate an array $ step = explode ('@', $ step); // var_dump ($ step); exit; // looping array $ str = ""; for ($ I = 0; $ I
   

Are you sure you do not want to display this because of width = "100px" and height = "100px?

Check the code

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.