mmarif4u Posted July 11, 2008 Share Posted July 11, 2008 May be this is a silly question,but i think i have to ask. Is there other way to pass data from one page to other page except: 1-Sessions 2-Cookies 3-Url 4-hidden input If i want to use URL way,then how can i encrypt data with strong security other than mcrypt. And I think base64_encode is not encrypting,just encode/decode method. Hope some one will lighten it up. Thanks Quote Link to comment Share on other sites More sharing options...
monkeypaw201 Posted July 11, 2008 Share Posted July 11, 2008 To the best of my knowledge, thats it, there may be other ways but they are too complicated to be practical (ie insert/select from a database for every page ) Quote Link to comment Share on other sites More sharing options...
ratcateme Posted July 11, 2008 Share Posted July 11, 2008 i am guessing you are going cross server but if both servers can talk to the same database you could store some info in the database then put a special code in the url and have the users IP in the database. then on the other server connect to the database and compare the IP to make sure the user is not tricking you then you have the info. Scott. Quote Link to comment Share on other sites More sharing options...
cooldude832 Posted July 11, 2008 Share Posted July 11, 2008 explain your goals here Quote Link to comment Share on other sites More sharing options...
mmarif4u Posted July 11, 2008 Author Share Posted July 11, 2008 Ok,to be more clear here: Actullay i am going to make a setup thing like some other projects do, like: SMF forum. I am getting some inputs from users,and then pass them to next page for further setup. But i don't want to use sessions,URL etc. The basic idea behind it, is to make the script more secure while playing with it by a user. Quote Link to comment Share on other sites More sharing options...
ratcateme Posted July 11, 2008 Share Posted July 11, 2008 you could use sessions are check them with the IP to make sure you still have the same user in the same PC Scott. Quote Link to comment Share on other sites More sharing options...
cooldude832 Posted July 11, 2008 Share Posted July 11, 2008 making it more secure by exposing variables in a public area. That makes perfect sense. Quote Link to comment Share on other sites More sharing options...
mmarif4u Posted July 11, 2008 Author Share Posted July 11, 2008 thanks for your valuable input cooldude. Most of the time i see criticisms in these forums,but from the reg time till to now i did not involve in any of them. And nor i answer like that. I appreciate healthy criticisms which make sense. Thanks to all participating in this thread. I will find a way to do it. CLOSED AND SOLVED. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.