bitman Posted May 18, 2006 Share Posted May 18, 2006 hi all,if i have a php web application that requires logon,and i have a userid for that application.is it possible to write a local php script, that will loginto the application and will do actions inside this application withoutopening the pages in the web-browser? (that my script will emulatea user activating the application from within the browser..)or even better, is it possible to activate locally the functionsthat are defined in the remote scripts?thanks.bitman Quote Link to comment https://forums.phpfreaks.com/topic/9915-is-it-possible-to-emulate-a-user-and-use-server-side-code/ Share on other sites More sharing options...
ober Posted May 18, 2006 Share Posted May 18, 2006 You can certainly make calls to a web application without a browser, but I'm not aware of a way to do it with PHP that doesn't involve a browser unless you use the compiled version of PHP. I'd personally suggest using another system-based piece of software that has the ability to send headers to do the job. Quote Link to comment https://forums.phpfreaks.com/topic/9915-is-it-possible-to-emulate-a-user-and-use-server-side-code/#findComment-36860 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.