Jump to content

gijonsesale

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by gijonsesale

  1. ok thanks, I will see where is the problem, but I usually used the sessions and it was working the code before.

    No problem.. I will check it again.

    I don't really needs in this project but it could be useful in others.

     

    I made a donation for use Tommy, and I will make more donations when my project starts to earn some money.

    Thank you by your help.

  2. well, I have some questions...
    is there any upgrade in the service paying it ?

    I'm trying to publish some apps and earn some money, but I'm starting in the business... let's see if it works.

    Other question... I have seen the sessions doesn't keep the data in php, the variables lose the information when it reloads the web. Is it possible to use the sessions in php to stay the data ?

    and other question... is it possible to use the same database by two different users at the same time ? I was working in other servers and it usually works with more than user at once.

    You can see my job in videolist, it doesn't need databases now but maybe faster if I don't use the last.fm api and I made my own music database. I don't know if it could be better or worst to the server's resources.

    This is an example of my website does :

    https://www.videolist.ga/music.php?artist=garbage&album=version+2.0

    thanks by your help

  3. Hello, I'm trying to connect my database from an external source (google apps scripts) and it's no possible.

     

    I tried two different connections strings and one is working and mine not.

     

    I only changed the database name and the user and password, with no strange symbols, only characters and numbers.

     

    The problem must be in my account.

     

    Can you check it, please ?

     

    Do you know what can be the problem ?

     

    that's my connection :

    var conectbase2 = Jdbc.getConnection("jdbc:mysql://tommy.heliohost.org:3306/database", "user", "pass");
×
×
  • Create New...