How to pass jQuery variable with AJAX to PHP page -


Trying to pass variable "flickrurl" in a PHP page with jQuery / AJAX, it's a plain text string Works while using and does not have variable? Am I specifying the variable properly? : $

  $ Post ("updateDB.php", {'flickrurl': $ flickrurl});  

Comments