Recent content by Punkode

  1. Punkode

    Help with file download

    I solved the problem by creating a second app and .exe file. Now I try to call the upload.exe file that is in the same folder as the main program. In the main program I create a component button that refers to a php file where I have these lines $path=...
  2. Punkode

    Help with file download

    I have 2 problems downloading files 1: I open a popup window to download the files, but while it is downloading the rest of the program freezes waiting for it to finish downloading. How can I solve it and do as on bowser which considers 2 separate processes? 2: If I upload too many files at...
  3. Punkode

    Il computer in rete non legge le sessioni e i cookie

    <a href=‘slider.php?nome_foto={$dati_foto[‘nome_foto’][$i]}&cartella=$cartella’> RESULT ARRAY $_GET $_GET[‘?nome_foto’] $_GET[‘cartella’]
  4. Punkode

    Il computer in rete non legge le sessioni e i cookie

    I’m testing it but everything seems to work. I see a difference that it didn’t make before. By scanning files inside a folder $lista=glod($path) foreach($lista as $value){ etc… } In the exe version the scan is very slow, while in the browser version it is fast. Just for information I can solve...
  5. Punkode

    Il computer in rete non legge le sessioni e i cookie

    I also have the same problem, I solved it by inserting a GET key at the beginning that I don’t use
  6. Punkode

    Il computer in rete non legge le sessioni e i cookie

    I did some tests both on the php.ini file and in the code via php by setting different paths for saving sessions, but if I understood the problem could be the absolute path that does not work starting from the web browser, maybe a relative path would be needed that works both from the EXE and...
  7. Punkode

    Il computer in rete non legge le sessioni e i cookie

    it’s fine to avoid conflicts very useful, the problem is that it doesn’t read the sessions at all. Maybe I have to put a relative path to save the session file? Is there a feature to set or do I have to change for example the session.save_path? In this case however I don’t know what path to...
  8. Punkode

    Il computer in rete non legge le sessioni e i cookie

    Hi, connecting a secondary computer via LAN and opening the application via browser neither cookies nor sessions work, I can’t use the exe functions because the sessions must be different as well as the cookies, a login made in the main computer must be different from the secondary computer. So...
  9. Punkode

    Connect from LAN or remote

    It works, thank you very much. The last tests and purchase, compliments for the assistance
  10. Punkode

    Connect from LAN or remote

    novelty? I wanted to say if the problem depends on my code I am available to change or replace anything that may cause problems. Thank you
  11. Punkode

    Intranet and server

    Hi leo , could you let me know if everything is working correctly for you? Thanks
  12. Punkode

    Connect from LAN or remote

    Exactly, what problem could it be?
  13. Punkode

    Connect from LAN or remote

    https://www.filemail.com/d/laalwhwfavidsyr here is the link to download the project. If there is another way to use multiple computers on the LAN that would be fine with me. Even being able to install the program on all computers if you can then share files and databases. Thank you
  14. Punkode

    Connect from LAN or remote

    I have entered more information, it is possible to get help. If you need more information I’m ready. The problem is quite simple, if I enter via the IP address from the secondary computer’s browser, the program on the primary computer crashes. It is the last step I need to complete the program...
Back
Top