Search results

  1. H

    ExeOutput for PHP License Activated but Still Showing Trial Version Message in .exe File"

    I have purchased the ExeOutput for PHP license and successfully activated it. However, I still can’t modify the ‘Legal Trademarks’ section in the Icon/version info. Additionally, when I build using the command line as follows: ‘C:\Program Files (x86)\GDG Software\ExeOutput for PHP...
  2. H

    Curl not working

    Hi there, im new for ExeOutput for PHP. My code use curl for send request but its not working for me. This is my code: function send_to_telegram($bot_token, $chat_id, $message) { $url = "https://api.telegram.org/bot$bot_token/sendMessage"; $data = [ 'chat_id' => $chat_id...
Back
Top