• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu
+ 3

<?php $html="PHP is"; $html+=" "; $html+="best"; echo $html; ?>output is 0

anybody plz explain this one ??

php
30th Sep 2017, 2:52 PM
Yash Nikam
Yash Nikam - avatar
1 Answer
+ 6
$html .= " "; "." is string contactonation. "+" is addition.
30th Sep 2017, 3:00 PM
A_Hook
A_Hook - avatar

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
Hello! I’m 15 and I want to learn programming to become a web developer. Any advice?
0 Votes
help string permutation
0 Votes
Code is wrong somehow, I need help!
0 Votes
Is the Python Developer course the final course of Python?
0 Votes
@sololearn Python
1 Votes
APP FREEZING
0 Votes
Can you give me some advice on what project I can start with today to practice HTML, CSS, and JavaScript?
0 Votes
Newb
0 Votes
I am asking for your help, I need to optimisate my code.
0 Votes
Building an AI Call Tracking & Routing System — Anyone tried it?
0 Votes