About
Code
Portfolio
Interesting
Design
Share
Post values without submit
There are a few ways to submit a post value without hitting a submit. Here are some resources
Submit with Javascript
Stackoverflow using PHP
HTTP post from php without curl
Post with curl
PHP
javascript
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...
PHP $_FILES array: Thoughts
I've been dealing with the Global $_FILES array recently. It's a bear. Here are some things to...
Form Variables not Passing Integers
is_int() vs is_numeric() One great way to handle security it to make sure that your code is...