php-general | 2003022
Date: 02/26/03
- Next message: Anthony Ritter: "Re: [PHP] imagecreate()"
- Previous message: 1LT John W. Holmes: "Re: [PHP] niklasRe: [PHP] mysql trouble"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have a common header for all the pages on my site. This header has a link
with the following code:
javascript:popUp550_450('http://www.website.com/page.php?referingpage=
This code works exactly right on all pages of the site except one. On the
Does anyone have any idea as to why? It's a php page, shouldn't it evaluate?
Allan Cleaveland
echo ($_SERVER['SERVER_NAME']); echo ($_SERVER['PHP_SELF']); ?>')
page answer.php, it doesn't evalutate the php code in the above (so the link
literally is just as shown above and the javascript won't even call for a
pop-up window). answer.php usually has some get variables attached, like so:
answer.php?showanswer=dog but even when I type in exactly answer.php with no
variables added, the php portion of the link won't evaluate/work.
Webmaster and Computer Technician
Math Department
Univeristy of Arkansas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

