php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
prasadharischandra
Forum Commoner
Posts: 57
Joined: Thu May 09, 2002 2:19 am
Location: sri lanka
Contact:

php

Post by prasadharischandra »

if i select my product it's on the same product at the another page.
and all the drop down should be there
Eg: <select name >
<option>ab </option>
<option>cd</option>
<option>de</option>
<option>ft</option>
</select>
if i select ab next page select ab and with other all drop down
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Sorry, I'm having difficulty understanding the question. Are you trying to have it so that an option you select on one page is automatically selected on another page?

Mac
prasadharischandra
Forum Commoner
Posts: 57
Joined: Thu May 09, 2002 2:19 am
Location: sri lanka
Contact:

hai

Post by prasadharischandra »

i found the answer thank u
Post Reply