aragon's Forum Posts

  • Joe7,

    Since the topic is looping. I would like to ask a help regarding my problem on looping.

    I have a php function and I request the php file to fetch data and load in the listbox. the php file is working and it return value on the listbox.

    The problem that I encounter is only one data is return on the listbox what I need is it should load all the data. below are the files that I am working on.

    dropbox.com/sh/097xa30dcgmnlzt/cuv9YRl7Ky

    Please guys I need help on this issue.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi Ashley and Yann,

    Since the topic is loop. I would like to ask a help regarding my problem on looping.

    I have a php function and I request the php file to fetch data and load in the listbox. the php file is working and it return value on the listbox.

    The problem that I encounter is only one data is return on the listbox what I need is it should load all the data. below are the files that I am working on.

    dropbox.com/sh/097xa30dcgmnlzt/cuv9YRl7Ky

    Please guys I need help on this issue.

  • Cool. Thanks.

  • Hi All,

    I am new in construct 2. And I am facing problem while using the combobox plugin.

    This is what I did.

    1. on system start I call ajax to fetch data from the database.

    2. I if ajax is complete then I will put value to combobox.

    3. when user click a value on the data inside the combobox, the data will display to the textbox.

    Problem: my problem here is, only one data display on combobox. Since I am new on construct 2 I am confuse how to use the while.

    Please I need to solve this issue. Below is the link of my files.

    mediafire.com

    Regards,

    Aragon

  • droptank21

    Good day, thank you for the idea, its really helpful.

    I have a question. How to filter the user when they login?

    Like for example on your database there is user level which is "admin and user".

    When user login it will redirect to user page. And when admin login it will redirect to admin page.

  • Hi Guys,

    I have a login page. And I want to filter the user by level. My script is working but all user level is redirecting to admin page. On my database i have user_level = (admin & user).

    What i need is, If user login using admin account, it will redirect to admin page.

    And when user login using user account it will redirect to user page.

    Any Idea is welcome.