Skip to content Skip to sidebar Skip to footer

Calling A Php Function In A Separate File Using AJAX

I've been writing a currency converter and need to use jQuery and AJAX to send the to and from currencies, and the value to convert to a PHP files, which will return the converted

Solution 1:

I setup files with the posted code and they functioned as intended.

It looks like there is another issue unrelated to the code provided.

I suggest ensuring that there is not an issue with your hosting environment. Consult your server logs to see if another issue is preventing your request from being fulfilled and also test it in another browser to ensure that no addons or extensions are interfering with it.


Post a Comment for "Calling A Php Function In A Separate File Using AJAX"