Hi.
Is there a way / info in php to autofill a form on another website other than your own, or to retrieve information from another website and put it in your own page?
Thanks
You can open a remote file (various php functions take URLs as arguments) and analyze it. But to make that failsafe.... Well.
have a look at the DOM functions. http://www.php.net/manual/en/ref.dom.php
jakob