Passing value
HI

I have multiple row with hyperlink which is loop , when i click first row link ,a first row data has to retrive in the next page text box.


Any idea from anyone.


The example Page:
Here when i click apply it has
http://recruitment.focusdev.co.uk/en/vacancies

Pass the id of the row in query string with the next page link as follows.

<a href="apply.php?row_id=<? echo $item['id']; ?>">Apply</a>

Using GET[] method get all the data of the row associated with that row_id and display in your required fields.

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.