Skip to content

Tag: php

how can i add ” to a variable in php?

so I’m trying to make a variable that contains a ” sign like if i had a variable called $x i want my variable $y = “”” , $x , “”” but i can’t just write “”” so what is the method of adding a ” to …