Jump to content

Drilling down to results


killfactory

Recommended Posts

Hi,

 

I have a php script that allows me to list a few fields from a mysql db.

A summary or dashboard kinda view.

I would like to be able to click one of the results and bring up the full record.

 

How do I make the results of the first query clickable, so that the full record is the resulting href?

 

 

Link to comment
https://forums.phpfreaks.com/topic/83120-drilling-down-to-results/
Share on other sites

You have to load the values into an HTML Form, then do some URL magic...

 

I recently did such a project for another user of these forums. You can find the script right here:

 

http://www.phpfreaks.com/forums/index.php/topic,166794.msg735733.html#msg735733

 

Everything you want to do is exampled in that script, so pick it apart and take what you want.

 

Any questions, just ask.

 

PhREEEk

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.