Stuart Felenstein wrote:
I want to do a server side trap if a user selects more
from a mult select list then allowed. Just unsure and
didn't find any examples. Seems people rely more on
javascript these days.
So here is how I grab the array:
if ( is_array( $_REQUEST['LurkerIndustry'] ) ) {
$_S
Is there anyway of grabbing information from
the browser as to where a user may have come from (referring page, search
engine, etc.)? And if so, how would I go about getting it?
Use phpinfo(), you will see the contents of all predifined variables.
You could use '$HTTP_REFERER' but this does not
2 matches
Mail list logo