Hi
I have Mixed Code php + javascript Inside php file . I called the code inside this file by ajax .
Example of the php code
The problem is that PHP code is executed, but the JavaScript code is not executed .PHP Code:echo "<script type='text/javascript'>
alert('Hello')
</script>";
Is there a solution for the implementation the two codes PHP + JS using ajax request


Reply With Quote




Bookmarks