Posts Tagged ‘contact form’

Grabbing PHP Form variables with the Extract() Function

Monday, December 21st, 2009

The extract() function is a quick and convenient way of grabbing form variables. Rather than going through the entire $_POST array assigning variables to each element, simply do the following:

(more…)