I would like to know how I can do this correctly:
echo "<div class='table-row nocomp' id='t1' onclick='getTask1('t1','https://asd.com',5);'>"
The problem, as you can see, is here: 't1','https://asd.com',5
where I'm using single quotes within other single quotes, but I can not do it with the others because the echo is using them.
How could I do it? Can someone correct me?
Thank you.