Triple Quotes?

Good Day phphelp,

I need help on how to make this link work.

[php]echo “”;[/php]

Normally you do this in html

[php][/php]

how do I use single quote or double quote within either quotes?

Regards :slight_smile:

I think this will work:
[php]echo ‘’;[/php]

Thanks you Mr.Strider64 it worked! :slight_smile:

Sponsor our Newsletter | Privacy Policy | Terms of Service