This topic is locked

Dynamic menu

5/24/2010 5:10:29 PM
PHPRunner General questions
C
cis2131 author

Is it possible to make menu points based on a table.
What i want to do is:
I have a table with alot of urls.

Each url has a fiels with the mac address of the conputer that has visited the site.

I have another table with the corresponding mac addresses.
I would like to crate a menu for each of the mac addresses in that table, and when clicked it should show all the records that holds that mac.
Please help

Sergey Kornilov admin 5/24/2010

I would recommend to link these two tables as Master-Details.

More info: http://xlinesoft.com/phprunner/docs/master-detailes.htm

R
Rigmantas 5/25/2010

Hi Claus,

Can you share how you get mac address.

C
cis2131 author 5/25/2010



Hi Claus,

Can you share how you get mac address.


I geuss you would like to get phprunner to retrieve the client's MAC?
I have a wíndows program that uploads the urls, mac and so to the database, so i am afraid i cant help you there.