Hello, Is it possible to use PHP to automatically submit a form without the user filling it out and submitting it? (the form will be using hidden values) How do I get PHP to submit the form? ~Adam
http://www.faqts.com/knowledge_base/view.phtml/aid/12039/fid/51 http://www.phpfreaks.com/phpmanual/page/function.fsockopen.html http://uk2.php.net/fsockopen
Quite possible. Just make the script so that it sends out a mail to you as soon as the page is loaded.
A lot of hosts disabled fopen url wrappers due a security issue a while back, but then there are some other hosts that don't offer curl. Best to test for curl and fall back on fsockopen if it's not available.