JackNETUK Posted November 27, 2007 Share Posted November 27, 2007 How can i get php to send a POST variable so i can use it on the next page i basically want it to send a id to the next page by POSTING it but how do i do this? Thanks Jack Quote Link to comment Share on other sites More sharing options...
trq Posted November 27, 2007 Share Posted November 27, 2007 Using a form. Quote Link to comment Share on other sites More sharing options...
JackNETUK Posted November 27, 2007 Author Share Posted November 27, 2007 how do i create a form that the user cant see? Quote Link to comment Share on other sites More sharing options...
~n[EO]n~ Posted November 27, 2007 Share Posted November 27, 2007 Actually what you want to do / happen ? Quote Link to comment Share on other sites More sharing options...
adam291086 Posted November 27, 2007 Share Posted November 27, 2007 If you want to take across the value of a variable why not set it to a session? Then call on that session later on when needed. Quote Link to comment Share on other sites More sharing options...
revraz Posted November 27, 2007 Share Posted November 27, 2007 Use hidden fields, but wont help much if they view the source. how do i create a form that the user cant see? Quote Link to comment Share on other sites More sharing options...
~n[EO]n~ Posted November 27, 2007 Share Posted November 27, 2007 Use hidden fields, but wont help much if they view the source. Without user interaction with the form then how will PHP know what is being posted , i mean through hidden field , is it possible ??? 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.