Hi,
Anyone know if it is possible to use PHP to paste from the clipboard?
I have checked the manual and not found any ref's to it.
Jim
[SOLVED] Copying from clipboard
Moderator: General Moderators
[SOLVED] Copying from clipboard
Last edited by hairyjim on Tue Nov 16, 2004 9:02 am, edited 1 time in total.
Yeah sorry I should have been a bit more detialed.
The clipboard is on the server. I have a program I need to run that is executed via exec()
I was not getting any output and noted in the manual it only read out the last line of the cmd prompt.
So my thought was to copy the apps output to the clip board and get it from there. Then I read some more of the manual and figured out what I needed to do with php to get it all working.
Jim
The clipboard is on the server. I have a program I need to run that is executed via exec()
I was not getting any output and noted in the manual it only read out the last line of the cmd prompt.
So my thought was to copy the apps output to the clip board and get it from there. Then I read some more of the manual and figured out what I needed to do with php to get it all working.
Jim