Jump to content

[SOLVED] Help with string


SirChick

Recommended Posts

I have a variable which contains "," and " symbols so i do not know how to stop it breaking... this is an example of what i have:

 

$Var = "First name","belong's to"
Echo $Var;

 

I currently get this error:

Parse error: syntax error, unexpected ',' in C:\xampp\htdocs\tes2222t.php on line 2

 

Which was expected

 

The echo should show:

"First name","belong's to"

 

How ever single quotes around it wont work because of the "belong's to" and the double quotes wont due to the double quotes in the string...

 

What else can i use to assign it to the var so the symbols don't break it ?

 

Link to comment
https://forums.phpfreaks.com/topic/117734-solved-help-with-string/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.