I am trying to build a script with PHP (pure) so I can access stock numbers in 1C database. I am quite new in 1C and couldn't find relevant information on user guid as well. Where can I look for it?
unfortunately, the 1C platform doesn't provide direct access to its database.
If you want your PHP script to receive data from 1C, you need to create a HTTP service on the 1C side that will return the necessary data. And your PHP script can connect to this HTTP service.
Here're some examples of how this can be done:
Pages:1
Users browsing this topic (guests: 1, registered: 0, hidden: 0)