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
variables between 2 websites
Moderator: General Moderators
-
imran.rajani
- Forum Newbie
- Posts: 16
- Joined: Tue Dec 22, 2009 5:34 pm
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: variables between 2 websites
Use POST if you do not want the variables in the URL. Or implement shared sessions using a database or some other backend.
(#10850)