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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.