stevenl
2002-11-04, 08:36
Guys. I need some help here.
I was doing this script for php with mySQL.
I got stuck at one problem.
I have this database(testDB), table(testTable) and fields(unique_number, name and telephone number).
I have a while loop going to fetch information with sql query and present it in a listing form.
Example of the listing.
Unique_number Name Tel
------------------- --------- ----------
0001 abc 12345
0002 def 12345
0003 fgre 123232
......
and so on.
I would like to be able to click on one of the unique_number and it will bring me to a more details screen. How can I do that with php??
thanks alot!
I was doing this script for php with mySQL.
I got stuck at one problem.
I have this database(testDB), table(testTable) and fields(unique_number, name and telephone number).
I have a while loop going to fetch information with sql query and present it in a listing form.
Example of the listing.
Unique_number Name Tel
------------------- --------- ----------
0001 abc 12345
0002 def 12345
0003 fgre 123232
......
and so on.
I would like to be able to click on one of the unique_number and it will bring me to a more details screen. How can I do that with php??
thanks alot!