Page 1 of 1

variables between 2 websites

Posted: Mon Mar 29, 2010 3:44 pm
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

Re: variables between 2 websites

Posted: Mon Mar 29, 2010 3:54 pm
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.