auto-click the SUBMIT button?
        Posted  
        
            by user296516
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user296516
        
        
        
        Published on 2010-04-10T10:35:45Z
        Indexed on 
            2010/04/10
            10:43 UTC
        
        
        Read the original article
        Hit count: 364
        
php
If the user manually clicks the 'submit' button, i use this code:
if (isset($_POST['submit_findall'])) { ...
But what what code should I use if I want to activate this from within a script ?
Thanks!
© Stack Overflow or respective owner