With jQuery, this will tell you when the "middle click" is pressed, and cancel it. Change as you see fit. $(document).ready(function () {...
What you are looking for is mod_rewrite. You would need to alter your PHP code slightly (just the target of the links), and have Apache accept...
Prior to the foreach statement, try to debug the entire object: die(var_dump($keywordsXML)); Copy/paste what it outputs, maybe we could help.
After this line $Result1 = mysql_query($insertSQL, $psyc) or die(mysql_error()); Add this mail('email@address.com', 'Subject', 'Message', "From:...
A simple regular expression can match the end of the filename, cheers! <?php $dir = 'dir/'; if ($handle = opendir($dir)) { while...
Separate names with a comma.