Technology blogs
Mar 20

I don’t know if this will be interesting for you, but it was very interesting for me when i found that it is very easy to modify header information and send POST/GET variables through header using php. Anyway with CURL you are able to do much more that just modify the header information etc., but we wont have that time-frame :)

I will give you simple example where i login through script on localhost on some site – in this example: “gametrailers.com” – without actually enter any username and password :) , i think this will be the easiest way to understand it.

so here is the example:
Continue reading »