Hi there,
I have this.
Table Name = events
Fields = eventname, date, info. Example
-------------------------------
EVENTS
-------------------------------
eventname | date | info
------------------------------
event1 | 0202 | info here
------------------------------
event2 | 0303 | info here 2
The problem is that the field "info" has alot of text in it. When I print
this out in an array it makes a huge page due to each event having alot of
information. So im trying to make it so it will display the results like
this.
event1 0202 infomation
event2 0303 infomation
I want the word "infomation" to be hyperlinked, so if you click on it, it
will display the information in the "info" field. The problem is I don't
know how to make a hyperlink that grabs the correct infomation for each
event.
Any help at all will be very grateful for.
Thankyou
Eric Holmstrom
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php