posting data to a web page,need an alternative

lanhlung90

New Member
To request some data from a web server, we can use the GET method,like \[quote\] www.example.com/?id=xyz\[/quote\]but I want to request the data like
\[quote\] www.example.com/xyz \[/quote\]How can it be achieved in PHP?
 
Back
Top