How can I get this link to open as a popup perhaps with ajax?
<a href="page.php?catId=<?php $row['catId'];?>&userId=<?php $row['userId']; ?>">
With the variables transfered to the popup.
I quite like the ajax modal popup, but don't know how to pass php varaiables.
Thanks