PHP Programmers

Newbie Member
17Nov2008,12:59   #1
deepikashilpa's Avatar
Can anyone tell how to do the form validation effectively? I am new to php .
Go4Expert Founder
17Nov2008,13:18   #2
shabbir's Avatar
There is not shortcut to it but one of the better way is to define the Type of data you intend to receive in Get/Post and then validate when sending as well as when receiving.