PHP Code related issues

Source: Internet
Author: User
PHP Code issues
$filename = ' Strval ($id). ". gif";
Want to add a path to the picture on the right such as this $filename =images/' Strval ($id). GIF "';
Determine the ' Strval ($id) under the Images folder. GIF "' picture is present.
But the code does not read, where the code is wrong
I am a novice php request advice Thank you!
------Solution--------------------
There should be no quotes, but you have
You don't have the quotes.

$filename = "images/". Strval ($id). ". gif";
------Solution--------------------
Single quotation marks contain strings that are exported as strings
Double quotes contain strings that parse the special characters inside, such as $id
And the efficiency of single quotes is faster than double quotes
------Solution--------------------
You can write it like this.


  • Related Article

    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.