Dec 8, 2006 #1 shams123 Programmer Jan 27, 2006 81 MY Hi, I want to share a string data between 2 websites. I could easily do it with a querystring, but is there any other way of doing it? Thanks!
Hi, I want to share a string data between 2 websites. I could easily do it with a querystring, but is there any other way of doing it? Thanks!
Dec 8, 2006 1 #2 ca8msm Programmer May 9, 2002 11,327 GB If both sites have access to the same database then that would be another method. Another one would be to POST the values to the other site. ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results. Upvote 0 Downvote
If both sites have access to the same database then that would be another method. Another one would be to POST the values to the other site. ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results.
Dec 8, 2006 Thread starter #3 shams123 Programmer Jan 27, 2006 81 MY Hi mate, POST sounds good! Thanks. Upvote 0 Downvote