Easy Question
Posted: Tue May 01, 2007 9:43 am
I have been out of php for about four years. Boy, how we can forget, but anyway, in my new job I was asked to create a php page which will view a pdf file. This I can do; however, I am having a problem passing the variable data. The link will have the following
...viewpdf.asp?id=6625
when I tried to view the output of $id, I get nothing.
I get nothing from $id.
I know this is simple but what am I doing wrong?
TIA
Mike
...viewpdf.asp?id=6625
when I tried to view the output of $id, I get nothing.
Code: Select all
<?
echo "id=$id"
?>I know this is simple but what am I doing wrong?
TIA
Mike