jQuery and PHP problem?

TheMightyGuy

New member
I have a PHP file which gets the source code of the URL given with get method:
e.g.: process.php?url=http://www.website.com/page
And it automatically outputs the source code.
When I try to access the script directly it actually works.
But when I try it with jQuery Ajax, it skips the cURL function.
The PHP script executes only the functions after the cURL.
Any suggestions is appreciated.
 
Back
Top