<?php
$c = curl_init('http://www.domain.com/submit.php');
curl_setopt($c, CURLOPT_POST, 1);
curl_setopt($c, CURLOPT_POSTFIELDS, 'name=monkey&code=1000');
curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
$page = curl_exec($c);
curl_close($c);
?>
Categories
Recent Entries
- YET Another Gumblar
- Pure-FTPD with MySQL support for HTTPD purpose on CentOS 5.5
- Just Found PNG CSS background fixer
- Send Email Using Codeigniter on Yahoo Small Business
- Silly SmartDav Autorun.inf Folder
- Repeat as Header on MS Word not working
- Conficker Removal
- Video Instruction for 7D user
- 303E Deep Striker paper craft finally come !!!!
- /*LGPL* virus again (Gumblar Family)