Help I'm having trouble on passing value to another page, I'm using PHP. My goal is when i click a link it will move to another page and the value of that link will be received by the other page. make sense? can someone help me with this? thanks..
knarffrank 0 Newbie Poster
Recommended Answers
Jump to PostUse nav33n's method if it's a simple link and you don't mind the end user seeing the variable (and possibly changing it) but use $_GET instead of $_REQUEST.
Use catherine sea's example if it's a form you're using to get input from the user.
All 4 Replies
nav33n 472 Purple hazed! Team Colleague Featured Poster
knarffrank 0 Newbie Poster
catherine sea 15 Junior Poster
Borzoi 24 Posting Whiz
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.