irina's Recent Forum Activity

  • this is mine ajax data

    "user_id="&userID &"reg="&reg &"os="&OS

    part my php that handles it looks like this:

    if(isset($_POST['user_id'])&&isset($_POST['reg'])&&isset($_POST['os'])){
    
         $user_id = strip_tags(mysqli_real_escape_string($link, $_POST['user_id']));
         $reg = strip_tags(mysqli_real_escape_string($link, $_POST['reg']));
         $os = strip_tags(mysqli_real_escape_string($link, $_POST['os']));
    
         $sql = mysqli_query($link, "INSERT INTO `$db`.`users` (`id`,`user_id`, `reg`, `os`) VALUES ('','$user_id', '$reg', '$os');");[/code:3gzpo2r0]
    
    it works ok for one dataset... eg. user_id it set to table as intended but how to send several items at once?
    ...becouse i get all set in user_id in one string
    
    So i assume problem is in ajax data setting... i must be doing it wrong?
  • Base

    hello,

    i have same problem...

    im trying to POST several variables in the same ajax request but no luck...

    Did you solve this?

  • How to One detect that APP was suspended or turned off and then resumed?

    tnx!

  • Gigatron

    Impressive!!!!

    iw seen what matriax has done with it.... great job!

    I am interested to se if global prespactive can be tilted on Z axis?

  • ultrafop

    Thank you for the effort but i know for those plugins and they are outdated and not maintained...

    Frankly i am looking for someone who has implemented something like this and have some expirience to share with us.

  • huh... noone?

  • part12studios

    Do you have any tips for me.... im trying to set mixpanel aswell

  • Hello,

    I am looking for your tips and advices regarding the presonalized notifications based on local conditions.

    I have an app where customer can perform a search for product or service and i would like to store that string in order to perform periodicaly search for it and when product is found to send that customer back a notification (push or local?) that product is available.

    I assume that i need database to store those text strings and notification service. ...But how to connect those two?

    Any ideas what to use? Mixpanel or Onesignal + Firebase or my own server MySQL or mongoDB?

    What is the bast solution to achieve this?

    Thanx!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I used their install instructions and their onesignal-cordova-plugin. 2.3.2

    None of notifications has arrived on old tablet version 4.1.1.

    On phone with Android 5.0.2 they arrive but sometimes they dont... cant figure out why

  • matrixreal

    Hi

    I'w just managed it

    Trying to implement on both... but for now im testing on Android.

    Only problem i have is that messages dont arrive... well atleest majority of them... from 10 sent messages 2 have arrived.

    So i am a bit confused right now.

  • matrixreal

    onesignal

    easy, free, for both android and ios

    compatible with cordova

    Do you have some tips how to do this?

    I looked at it ... but i must say im lost

    Fengist

    I just run into same problem...

    Did you solve storage problems on android?

irina's avatar

irina

Member since 26 Apr, 2013

None one is following irina yet!

Trophy Case

  • 11-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Email Verified

Progress

14/44
How to earn trophies