PHP Post [SOLVED]

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
tecktalkcm0391
DevNet Resident
Posts: 1030
Joined: Fri May 26, 2006 9:25 am
Location: Florida

PHP Post [SOLVED]

Post by tecktalkcm0391 »

I have the variables:
  • $username
    $name
    $zip
And I want PHP to post them to another page to be used the same as submiting a form, is this possible?

If it is, how would I do something like that?
Last edited by tecktalkcm0391 on Wed Jun 07, 2006 10:05 pm, edited 1 time in total.
User avatar
PrObLeM
Forum Contributor
Posts: 418
Joined: Sun Mar 07, 2004 2:30 pm
Location: Mesa, AZ
Contact:

Post by PrObLeM »

yes, using cURL http://www.php.net/curl
Post Reply