Can you help me, I am passing text between pages using local storage. How am I going to condition this retrievedObject variable:
var retrievedObject = localStorage.getItem('textValue');
on mySQL WHERE condition:
$sql = "SELECT * FROM classvideo WHERE linkcode = ''";
I tried putting "'+retrievedObject+ '" but it does not work. Thank you!