Ok, say I have some data:
$name = "Some Name"
$email = "some@email.com "
etc.
I'd like to send these to a page as POST data, as if they were coming
from a web form, but without having either a "submit" button or using
Javascript's submit() function.
Is there a way to do this?
--
Sugapablo - russpghREMOVE@s targate.net
http://www.sugapablo.com | ICQ: 902845
$name = "Some Name"
$email = "some@email.com "
etc.
I'd like to send these to a page as POST data, as if they were coming
from a web form, but without having either a "submit" button or using
Javascript's submit() function.
Is there a way to do this?
--
Sugapablo - russpghREMOVE@s targate.net
http://www.sugapablo.com | ICQ: 902845
Comment