Profile
Achievement
 
    
                pckujawa's Recent SnippetsTagged php
- All /
 « Prev 1 Next »
I got most of these tips out of a great book published by O'Reilly (my favorite web-design publisher): "Programming PHP, 2nd Ed." by Lerdorf, Tatroe, and McIntyre. Another good book is "Essential PHP Security," also published by O...
        
        
        
            2 
        
        
            2001 
        
                    posted 18 years ago by pckujawa
            (Applies to the HTML_Template_IT PEAR package)
Useful script to find all global variables and put them
in a format for an array. $t is the HTML_Template_IT(X) object.
        
        
        
            0 
        
        
            1846 
        
                    posted 19 years ago by pckujawa
            The form method must be post and the enctype set as it is below. The hidden input for MAX_FILE_SIZE must also be included. The value is the max file size (in bytes?).
        
        
        
            4 
        
        
            1557 
        
                    posted 19 years ago by pckujawa