Jump to content

[SOLVED] Another way to send post data to other page


mmarif4u

Recommended Posts

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

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.

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.

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.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.