Failed to load resource: the server responded with a status of 500 (Internal Server Error) in Bind function [closed]

The 500 code would normally indicate an error on the server, not anything with your code. Some thoughts Talk to the server developer for more info. You can’t get more info directly. Verify your arguments into the call (values). Look for anything you might think could cause a problem for the server process. The process … Read more

Monitoring when a radio button is unchecked

Handle the change event on the radio group, not each button. Then look to see which one is checked. Here’s is some untested code that hopefully shows what I’m talking about :)… $(“input[name=”type”]”).change(function(e){ if($(this).val() == ‘history’) { $year.css({display:’none’}); $datespan.fadeIn(‘fast’); } else { $datespan.css({display:’none’}); $year.fadeIn(‘fast’); } });

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)