×
1 Choose EITC/EITCA Certificates
2 Learn and take online exams
3 Get your IT skills certified

Confirm your IT skills and competencies under the European IT Certification framework from anywhere in the world fully online.

EITCA Academy

Digital skills attestation standard by the European IT Certification Institute aiming to support Digital Society development

LOG IN TO YOUR ACCOUNT

CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR PASSWORD?

AAH, WAIT, I REMEMBER NOW!

CREATE AN ACCOUNT

ALREADY HAVE AN ACCOUNT?
EUROPEAN INFORMATION TECHNOLOGIES CERTIFICATION ACADEMY - ATTESTING YOUR PROFESSIONAL DIGITAL SKILLS
  • SIGN UP
  • LOGIN
  • INFO

EITCA Academy

EITCA Academy

The European Information Technologies Certification Institute - EITCI ASBL

Certification Provider

EITCI Institute ASBL

Brussels, European Union

Governing European IT Certification (EITC) framework in support of the IT professionalism and Digital Society

  • CERTIFICATES
    • EITCA ACADEMIES
      • EITCA ACADEMIES CATALOGUE<
      • EITCA/CG COMPUTER GRAPHICS
      • EITCA/IS INFORMATION SECURITY
      • EITCA/BI BUSINESS INFORMATION
      • EITCA/KC KEY COMPETENCIES
      • EITCA/EG E-GOVERNMENT
      • EITCA/WD WEB DEVELOPMENT
      • EITCA/AI ARTIFICIAL INTELLIGENCE
    • EITC CERTIFICATES
      • EITC CERTIFICATES CATALOGUE<
      • COMPUTER GRAPHICS CERTIFICATES
      • WEB DESIGN CERTIFICATES
      • 3D DESIGN CERTIFICATES
      • OFFICE IT CERTIFICATES
      • BITCOIN BLOCKCHAIN CERTIFICATE
      • WORDPRESS CERTIFICATE
      • CLOUD PLATFORM CERTIFICATENEW
    • EITC CERTIFICATES
      • INTERNET CERTIFICATES
      • CRYPTOGRAPHY CERTIFICATES
      • BUSINESS IT CERTIFICATES
      • TELEWORK CERTIFICATES
      • PROGRAMMING CERTIFICATES
      • DIGITAL PORTRAIT CERTIFICATE
      • WEB DEVELOPMENT CERTIFICATES
      • DEEP LEARNING CERTIFICATESNEW
    • CERTIFICATES FOR
      • EU PUBLIC ADMINISTRATION
      • TEACHERS AND EDUCATORS
      • IT SECURITY PROFESSIONALS
      • GRAPHICS DESIGNERS & ARTISTS
      • BUSINESSMEN AND MANAGERS
      • BLOCKCHAIN DEVELOPERS
      • WEB DEVELOPERS
      • CLOUD AI EXPERTSNEW
  • FEATURED
  • SUBSIDY
  • HOW IT WORKS
  •   IT ID
  • ABOUT
  • CONTACT
  • MY ORDER
    Your current order is empty.
EITCIINSTITUTE
CERTIFIED

How can we join two strings together in PHP?

by EITCA Academy / Tuesday, 08 August 2023 / Published in Web Development, EITC/WD/PMSF PHP and MySQL Fundamentals, PHP data structures, Strings, Examination review

To join two strings together in PHP, you can use the concatenation operator (.) or the concatenation assignment operator (.=). These operators allow you to combine multiple strings into a single string.

The concatenation operator (.) is used to concatenate two strings together. It takes two operands, which can be either string literals or variables containing strings, and returns a new string that is the concatenation of the two operands. Here's an example:

php
$string1 = "Hello";
$string2 = "World";
$result = $string1 . $string2;
echo $result; // Output: HelloWorld

In this example, the concatenation operator (.) is used to join the strings "Hello" and "World" together, resulting in the string "HelloWorld". The concatenated string is then echoed to the output.

Alternatively, you can use the concatenation assignment operator (.=) to append a string to an existing string variable. This operator takes two operands: a variable containing a string and a string literal or variable. It appends the second operand to the first operand and assigns the result back to the first operand. Here's an example:

php
$string = "Hello";
$string .= "World";
echo $string; // Output: HelloWorld

In this example, the concatenation assignment operator (.=) is used to append the string "World" to the variable $string, which initially contains the string "Hello". As a result, the variable $string now holds the value "HelloWorld", which is then echoed to the output.

Both the concatenation operator (.) and the concatenation assignment operator (.=) can be used with any valid string literals or variables. You can also concatenate more than two strings by chaining multiple concatenation operations together. Here's an example:

php
$string1 = "Hello";
$string2 = " ";
$string3 = "World";
$result = $string1 . $string2 . $string3;
echo $result; // Output: Hello World

In this example, three strings are concatenated together using the concatenation operator (.) and assigned to the variable $result. The resulting string "Hello World" is then echoed to the output.

To join two strings together in PHP, you can use the concatenation operator (.) or the concatenation assignment operator (.=). The concatenation operator (.) allows you to concatenate two strings, while the concatenation assignment operator (.=) appends a string to an existing string variable. Both operators are versatile and can be used with any valid string literals or variables.

Other recent questions and answers regarding Examination review:

  • What is the purpose of escaping characters in PHP strings?
  • How can we include variables directly within a string in PHP?
  • What is the difference between single quotes and double quotes when working with strings in PHP?
  • What are the two ways to enclose strings in PHP?

More questions and answers:

  • Field: Web Development
  • Programme: EITC/WD/PMSF PHP and MySQL Fundamentals (go to the certification programme)
  • Lesson: PHP data structures (go to related lesson)
  • Topic: Strings (go to related topic)
  • Examination review
Tagged under: Concatenation Assignment Operator, Concatenation Operator, PHP, String Concatenation, String Manipulation, Web Development
Home » Web Development » EITC/WD/PMSF PHP and MySQL Fundamentals » PHP data structures » Strings » Examination review » » How can we join two strings together in PHP?

Certification Center

USER MENU

  • My Account

CERTIFICATE CATEGORY

  • EITC Certification (105)
  • EITCA Certification (9)

What are you looking for?

  • Introduction
  • How it works?
  • EITCA Academies
  • EITCI DSJC Subsidy
  • Full EITC catalogue
  • Your order
  • Featured
  •   IT ID
  • EITCA reviews (Medium publ.)
  • About
  • Contact

EITCA Academy is a part of the European IT Certification framework

The European IT Certification framework has been established in 2008 as a Europe based and vendor independent standard in widely accessible online certification of digital skills and competencies in many areas of professional digital specializations. The EITC framework is governed by the European IT Certification Institute (EITCI), a non-profit certification authority supporting information society growth and bridging the digital skills gap in the EU.
Eligibility for EITCA Academy 90% EITCI DSJC Subsidy support
90% of EITCA Academy fees subsidized in enrolment

    EITCA Academy Secretary Office

    European IT Certification Institute ASBL
    Brussels, Belgium, European Union

    EITC / EITCA Certification Framework Operator
    Governing European IT Certification Standard
    Access contact form or call +32 25887351

    Follow EITCI on X
    Visit EITCA Academy on Facebook
    Engage with EITCA Academy on LinkedIn
    Check out EITCI and EITCA videos on YouTube

    Funded by the European Union

    Funded by the European Regional Development Fund (ERDF) and the European Social Fund (ESF) in series of projects since 2007, currently governed by the European IT Certification Institute (EITCI) since 2008

    Information Security Policy | DSRRM and GDPR Policy | Data Protection Policy | Record of Processing Activities | HSE Policy | Anti-Corruption Policy | Modern Slavery Policy

    Automatically translate to your language

    Terms and Conditions | Privacy Policy
    EITCA Academy
    • EITCA Academy on social media
    EITCA Academy


    © 2008-2026  European IT Certification Institute
    Brussels, Belgium, European Union

    TOP
    CHAT WITH SUPPORT
    Do you have any questions?
    We will reply here and by email. Your conversation is tracked with a support token.