Hello all,
I'm having a problem with having code execute when I'm adding javascript/ajax to my php. When I do the following piece of code, nothing happens. This is just a test line of code, my real code links to more javascript which uses ajax, but I have to figure out this first.
echo '<a href=# onclick = "alert('. $update_array['amsg_id'] .');">Show Comments</a>';
Thank you!!