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
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
I think this will work:
[php]echo ‘’;[/php]
Thanks you Mr.Strider64 it worked!