Posted by drec on 05/30/06 12:52
I have a very simple mysql/php script that is being used to store
program keys in a db for multiple users. I would like to add the
ability to send these string values to another application. In doing
some research it looks like the VB function SendKeys is what I would
like to be able to do using PHP. Simply copy and pasting these values
will not work, because the string is 20 + characters long, and the
applications where these strings are being pasted into break these
strings into 4 or more separate entry blanks. Therefore, only pasting
the first 5-6 characters.
In order for this to work correctly, I need to somehow make the
application think the string to be copied is being typed in, or if
there is some way to emulate tab spacing in the copied string.
Any ideas?
[Back to original message]
|