Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

miowebdesigns on "Calling outside programs with $_GET"

$
0
0

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: http://hsm.bothwip2013.com/attorneys/. I have never attempted this before. Any ideas?
Two samples of code attempted:

<a href=\"http://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 all articles
Browse latest Browse all 8245

Trending Articles