|
Posted by Lloyd Harold on 11/14/07 11:29
I'm very new to PHP and attempting to put together a simple script for
retrieving MySQL data of personal records.
The MySQL table I'm using consists of:
0: id
1: name
2: location (an integer relating to a separate table of locations).
3: details
I want the script to list results where, for example, name has a
location of 4.
Each result should be displayed in it's own paragraph.
Each result should be within a link to open a new page (details.php ?)
that will retrieve the details for that name.
Ideally, but not essentially, the new page should contain a link back to
the previous results.
I've managed to cobble together something displays the initial results
but, despite trawling Google, haven't managed to suss out the rest.
(It's ugly and insecure so probably best to start from scratch.)
Any pointers gratefully received.
LH
--
No sig regrets.
[Back to original message]
|