Calling outside programs with $_GET
-
Here is the thing. I have created a site and on it we need to call a program that downloads vcards, one for each employee. That means I need to pass the id for that employee. I am trying $_GET. I have tried a straight call passing the parm. I tried creating a page and passing the parm thru the page. Here is a link: https://hsm.bothwip2013.com/attorneys/. I have never attempted this before. Any ideas?
Two samples of code attempted:<a href=\"https://hsm.bothwip2013.com/atty-vcard/?id=$attorney_id\" class=\"atty-vcard\" title=\"Download Vcard\"> <a href=\""; ?> <?php bloginfo('template_url'); ?> <? echo "child/attorney-vcard.php?id=$attorney_id\" class=\"atty-vcard\" title=\"Download Vcard\">
Thanks
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Calling outside programs with $_GET’ is closed to new replies.