validation in php
        Posted  
        
            by fusion
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by fusion
        
        
        
        Published on 2010-04-05T20:44:27Z
        Indexed on 
            2010/04/05
            20:53 UTC
        
        
        Read the original article
        Hit count: 381
        
i have a submit page in html. when i submit the form data, it goes to a php page, which inserts the data in the database.
my question is how would i ensure that the data on the html page is not null or empty without using javascript? is there anyway this could be done in php? thanks!
© Stack Overflow or respective owner