Jump to content

niraeth

New Members
  • Posts

    2
  • Joined

  • Last visited

Contact Methods

  • Website URL
    https://niraeth.com/

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

niraeth's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. If I understand you correctly, you want to update your ticket information from a software (e.g a exe file). Yes it is possible. What you need to do is, On the server side, create a script e.g updateTicket.php that updates your sql database On the client side, your software, launch a http request to e.g http://example.com/updateTicket.php or whereever your script is located, with the new ticket information e.g http://example.com/updateTicket.php?ticketId=1234&ticketTitle=something&ticketContent=something I cant give you any code here since I don't know what language you are using. I think what you need to know is that it is possible to save the ticket information into your database through your php script. Other pages on your website can access the very same database for the updated ticket information. Please also remember to authenticate the http request !
  2. niraeth

    Kevin

    You look like your new to programming, don't rush into things and try to build something like a helpdesk immediately. Start with smaller and simpler stuff.
  3. Im a programmer with some security background and I love developing stuff. Scripts, softwares, website - you name it. You can follow my blog to see what I am currently working on or have already developed. If you need help with programming, feel free to drop me a message :)
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.