I use ajax to send data but cannot receive data back from php file

QuestionsI use ajax to send data but cannot receive data back from php file
Jehal Desai Staff asked 4 years ago

This function will get the value from the input and sent data with ajax to another php file. But I cannot get the result back from php file when I echo and store in ajax success function result.

Below code will be in another file such as edit.php.


View on Stack Overflow