print(1 . " + " . 2 . " = " . 1+2 . "n"); gives answer 3 why?
Comment on this Question and Answer >>>
ASK A QUESTION
More strings PHP Questions
How do I fetch the meta tags from a webpage using PHP?How do I convert relevant characters in a string to HTML entities?
How do I extract the values of variables from a string?
I retrieve data from a Mysql database and insert it into a textfield form. The data that I retrieve have a / at the end of the string. The data in the database does not have this / in the data. How do I remove this /?
I have a script that spits data in this format : Title 1.a 2.b 3.c Title 2 1.a 2.b and so on. The code is quite simple. echo $title echo $lines. How can i make a selection and change the display?
