I want to pass value to the next page how it doing pls tell me.
I create variable $cellID in Sitedata.php file. I want to get to that value to Sitedetails.php page. When it's load.
eg:- sitedetails.php?CID= rr like
plase tell how to write that code for this
<a href="showdata_tecnical.php">
Thank for all the people send me to answers.Lot of thank for all
PLS help me
Moderator: General Moderators
PLS help me
Last edited by Rangana on Fri Sep 05, 2008 4:56 am, edited 1 time in total.
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
Re: PLS help me
You might need to look into sessions. Search the manual or this forum for more info.
Re: PLS help me
in the next page:<a href="showdata_tecnical.php?CID=rr">
will output rr$CID = $_GET['CID'];
echo "CID: $CID";
Re: PLS help me
I love these people who sign up...ask a question...and never come back or say thank you.
Re: PLS help me
it's okay, I'm just glad it worked for him.I love these people who sign up...ask a question...and never come back or say thank you.
- JAB Creations
- DevNet Resident
- Posts: 2341
- Joined: Thu Jan 13, 2005 6:44 pm
- Location: Sarasota Florida
- Contact:
Re: PLS help me
This is why I rarely participate in low count OP threads unless they are clearly sticking around or have a super simple question.panic! wrote:I love these people who sign up...ask a question...and never come back or say thank you.
Re: PLS help me
Thanks for all answers I don that thanks.