$url = 'www.mydomain.com';
$cURL = curl_init($url);
curl_setopt($cURL, CURLOPT_RETURNTRANSFER, true);
$rresult = curl_exec($cURL);
echo "-".curl_errno($cURL)."<br>";echo "-".curl_error($cURL)."<br>";curl_close($cURL);--
You received this message because you are subscribed to a topic in the Google Groups "AppFog Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/appfog-users/wenLTB56zLk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to appfog-users...@googlegroups.com.
To post to this group, send email to appfog...@googlegroups.com.
Visit this group at http://groups.google.com/group/appfog-users.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "AppFog Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/appfog-users/wenLTB56zLk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to appfog-users...@googlegroups.com.
To post to this group, send email to appfog...@googlegroups.com.
Visit this group at http://groups.google.com/group/appfog-users.
For more options, visit https://groups.google.com/groups/opt_out.
I have the same problems with my Python scripts and Nodejs app.Now moved projects to US appfog - all works fine.
--
You received this message because you are subscribed to a topic in the Google Groups "AppFog Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/appfog-users/wenLTB56zLk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to appfog-users...@googlegroups.com.
To post to this group, send email to appfog...@googlegroups.com.
Visit this group at http://groups.google.com/group/appfog-users.
For more options, visit https://groups.google.com/groups/opt_out.
It's working again! Finally!
--