Reply
Mysql result diplayed as a link to a page showing detailed/ full result
Old 10-13-2009, 02:08 PM Mysql result diplayed as a link to a page showing detailed/ full result
Novice Talker

Posts: 12
Location: Vancouver, Bc
Trades: 0
I am having a brain F@rt this morning and cannot come up with a reasonable way to do this.

I have a table populated with various results from a mySQL query. For one of the result columns I simply want to show a link that can be clicked to take the user to to a page showing the full $row['....'] result.



Column name: Ordered than Bool Y/N click on the Y and go to a new page with the full results.



Much like you would click on an event on a calendar for full details.

I have no problem with the code to create the table/ query it is only the link than I'm completely dumbstruck by.


Thanks a ton
__________________

level510 is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 10-13-2009, 02:29 PM Re: Mysql result diplayed as a link to a page showing detailed/ full result
chrishirst's Avatar
Super Moderator

Posts: 26,492
Location: Blackpool. UK
Trades: 0
PHP Code:
<a href="row.php?id=rowid">Y</a
obviously replace rowid with the row/record id the row.php gets the ID and displays that record.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Growing old is mandatory - Growing up is optional
Code Samples | Crowded Nightclub? | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-13-2009, 02:49 PM Re: Mysql result diplayed as a link to a page showing detailed/ full result
Novice Talker

Posts: 12
Location: Vancouver, Bc
Trades: 0
Thanks I'll give it a try
__________________

level510 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Mysql result diplayed as a link to a page showing detailed/ full result
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.09872 seconds with 13 queries