my question is how I can echo this the right way because the variable in the onclick function gives out a undefined error
$openchat="<a href='javascript:void(0)' onClick='return chatWith(" . $livenaam .")'>" . $livenaam . "</a><br>";
echo $openchat;
Ben sohbet için çevrimiçi kullanıcıların kapalı bir listesini almak için bir döngü içinde kullanmak istiyorum
Teşekkürler, Richard