Post values without submit

by John H
~1 minute

There are a few ways to submit a post value without hitting a submit.  Here are some resources

Related Articles

Setup Google Analytics with Subdomain

By default all of the traffic that goes to any subdomain shows up as a root traffic.  What if you...

John H John H
~1 minute

PHP $_FILES array: Thoughts

I've been dealing with the Global $_FILES array recently.  It's a bear.  Here are some things to...

John H John H
~1 minute

Form Variables not Passing Integers

is_int() vs is_numeric() One great way to handle security it to make sure that your code is...

John H John H
4 minutes