Because i have javascript functions in the PHP file and i want to call this functions to another .js file.
Any Idea....
Thanks in Advance,
Harsh
If that PHP file communicates with database, then you may need to use AJAX, but if there is just some processing, then its better for you to convert that PHP function to corrosponding Javascript function.
Comment