Multiple post request data - HTTP function
#1

I'm yet to find any information on how to make multiple post requests to a php script using HTTP, so like firstname and lastname using a SINGLE http request with HTTP();
Reply
#2

Код:
yourscript.php?page=index&first=John&last=Smith
PHP код:
$first $_REQUEST['first'];
$last $_REQUEST['last']; 
Reply
#3

Quote:
Originally Posted by Vince
Посмотреть сообщение
Код:
yourscript.php?page=index&first=John&last=Smith
PHP код:
$first $_REQUEST['first'];
$last $_REQUEST['last']; 
Thanks isnt that get btw
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)