i'm working on adobe dreamweaver cs5 and i create a dynamical table contain a lot of training courses , any way if i click on one of those text it will go to the registration page and showing me the text that i clicked on connected with the text ID
its like this link in asp
<asp:HyperLinkField DataNavigateUrlFields="id"
DataNavigateUrlFormatString="Registration.aspx?c_id={0}"
DataTextField="course" >
</asp:HyperLinkField>
and in the registraion page the code to show my text is
<asp:ListBox ID="ListBox1" runat="server" BackColor="Black"
DataSourceID="AccessDataSource1" DataTextField="course_n"
so please guys tell me how to do it in PHP :S