Why AJAX POST results in an Undefined array key error? – Jquery
I am trying to pass a text string to a PHP Variable using AJAX, but I keep getting this error when POST fires: Warning: Undefined array key "mydata" the alert fires and displays the value correctly, but then the PHP…