You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.
Hello:
I want to use php POST data to data browser then push notification to iPad,so I used parse.com-php-library.
But when I want to query that I create a class named MobileMsg and add column unit.
I use below code:
Hello:
I want to use php POST data to data browser then push notification to iPad,so I used parse.com-php-library.
But when I want to query that I create a class named MobileMsg and add column unit.
I use below code:
in parseConfig.php:
}
whereEqualTo('unit', $unit); $result = $parse->find(); ``` echo "RESULT: "; print_r($result); ``` } storeInParseDB('test'); ?>and create Query.php:
but when I run Query.php,there show an error:Failed to connect to api.parse.com port 443: Timed out
what can I do?
The text was updated successfully, but these errors were encountered: