URL Redirection

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
rajsekar2u
Forum Commoner
Posts: 71
Joined: Thu Nov 20, 2008 4:23 am

URL Redirection

Post by rajsekar2u »

Hi,

I want to post a data in some other server using the url from my webpage, But i want to stay back in my page itself. Is there any way to do this. Please help me

Thanks in advance
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: URL Redirection

Post by requinix »

Yes: use cURL.

Try your hand at the examples, and don't forget to read the user comments.
Post Reply