I have been curious for sometime as wether one should use post or get in the form action. I use post. What if anything am I missing as it concerns get? Are there any set rules about one or the other?
Thanks to all for their continued help.
POST = Posts info to a script GET = Gets info from a script
95% of the time you will use POST.