parse.com - Send push from Parse with html/php form -


i can seem figure out how send push notification website insted of logging in dashboard on parse.com. have made simple html form send pushes from, can't figure out rest.

here code:

<html> <form> <h1> send push</h1>  <h3>push message</h3> <textarea name="message" rows="10" cols="30"> </textarea> <h3>who reccive push (channel)?</h3>  <p><h4>select both or one</h4> <input type="checkbox" name="kristiansand" value="kristiansand"> kristiansand <input type="checkbox" name="egersund" value="egersund"> egersund  <input type="submit" value="send push">  </form> </html>  


Comments