hi

i want to pass the url variables from one page to another page as it is. so how can i pass those are all to nezt page. i may not know what are the var names exist in that or even i dont required. i just want to forward them to the next page and may add some more variavles to them

Recommended Answers

All 3 Replies

Dear srinu

you pass the variable as form object like that.......

<input type="hidden" name="variable_name" id="value_of_variable">

regards
Mbabar

Hi,

Try using cgi variable Query_String to get information regarding url variable and pass the same to the next page...

Regards
Shy

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.