This topic is locked

Dependent drowpdown

1/13/2012 8:17:56 PM
PHPRunner General questions
C
chxlover author

I have a table (table name- candidates) (fields-id, name, picture)
(table name- vote)(fields- id,candidateID,name,picture)
The field picture is dependent on candidate name, so if i choose a candidate name i want to appear automatically the picture of the selected candidate.

Instead of the filename , I want the picture of the candidate to be shown.
It is possible to phprunner to display a picture on add page?
Sorry for my english.

Sergey Kornilov admin 1/15/2012

PHPRunner doesn't provide such functionality. You will have to implement it manually.

C
chxlover author 2/5/2012

How can i implement that? can you help me admin?