|
Posted by maxvalery on 04/21/06 09:10
Can anyone help me out with the following:
I got a php page pulling data from MySQL via $_GET method. Inside one
of those pages in MySQL, I ran eval() to execute some additional php
code to display a list of items.
However, upon clicking on one of those items, I'd like a window to pop
up with information about that item pulled from yet another table.
How can I accomplish something like that via one of those fancy
multi-value browser GET lines, like 'index.php/?id=2?itemID=3', where
id is the key of the page content, and itemID is the key of the item?
Thanks.
[Back to original message]
|