I have a variable retrieved from a mysqli database called eBayURL. I am attempting to assign the variable to a button.
However I get an error when using
echo "<a target='"_blank"' href='".$row['eBayURL']."' class="btn btn-outlined btn-primary btn-md">Click Here <br> To Book Now </a></li>'";
I have also tried with { but also seems to fail. What is the correct syntax please?
To Book Now "; – Vitthal Nov 09 '18 at 10:56