Likes Received By credobyte
-
mman liked credobyte's post in the thread Send form automatic.
Change URL and you are ready to go : <?php $vote = 1; $postfields = "vote=$vote"; $ch = curl_init(); curl_setopt($ch,...
Jun 26, 2009 -
susan8051 liked credobyte's post in the thread Send form automatic.
Change URL and you are ready to go : <?php $vote = 1; $postfields = "vote=$vote"; $ch = curl_init(); curl_setopt($ch,...
Jun 26, 2009 -
irule272 liked credobyte's post in the thread Newbie: Question about $_Post.
$_GET : http://www.domain.com/login.php?user=admin&pass=123456 $_POST : http://www.domain.com/login.php Basically, you can use it...
Jun 25, 2009