PHP Simple cURL example - Jonas John - Freelance Software Developer
I'm trying to use curl to replace the includes in my code. I've run into a problem. Suppose I am trying to include foreign.php into my fiile native.php. Assume that foreign.php contains a variable $xyz. The include works fine, but I am unable to use $xyz ...