Is it possible to create an exe that you click and it opens an interface with a textbox and inside that textbox whatever you type, gets added into a MySQL db after you hit submit?
I would add the info into a DB using PHP but maybe use VB or something else that would allow me that easy interface whenever I need it to put text into a box and submit it and that exe will send the data to the php script to write into MySQL.
I know that I can create an interface or form using php and submit that to write text into MySQL but I want to use an exe instead, a quick easy icon on my computer that I can click and input the text to enter into the DB rather than going to a url for the interface.
Any ideas?
Of course its possible.
In this case though.. why not just use a MySQL GUI such as HeidiSQL?