variables between 2 websites

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
imran.rajani
Forum Newbie
Posts: 16
Joined: Tue Dec 22, 2009 5:34 pm

variables between 2 websites

Post by imran.rajani »

Hello,

For some reasons, i need to pass information between my 2 websites.

I know the only possibility is $_GET but it looks so naked to customers and very difficult if i have 25+ variables.

If any experienced one can help.

Thanks
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: variables between 2 websites

Post by Christopher »

Use POST if you do not want the variables in the URL. Or implement shared sessions using a database or some other backend.
(#10850)
Post Reply