I have a Problem with using a HTML into PHP variable. Please see the example below ??
$htmlvariable = "<a onclick="calledfunction('string',javascriptvariable);">Calling</a>";
I have a Problem with using a HTML into PHP variable. Please see the example below ??
|
|||||
|
Use single quotes and escape single quotes inside the string with a
Otherwise, this will produce this error :
|
|||
|
To include those
|
|||
|