Hello everyone,
I have an huge problem here
I would like to use a scanner from my application written in PHP.
I want to click in a button in the php script, the scanner program will open and scan an image or document, I will put the name of the file and after I want to save in my mysql database the name of the file that I wrote in the scanner software.
Is there anyway from PHP to start the scanner and save the filename in a PHP variable?
Probably the best choice is to use the COM Objects?
Where I can see the Objects that I can use from PHP ($object = new COM('object')
My server is an win 2003 server...
Thank you in advance