I'm no newbie to PHP, but I just cant get around this problem. It may just be the product of too many late nights, but for some reason I have a .php file that is not getting parsed. Here is the situation:
I have a page, 'reporting.php' that has within it a javascript function that creates a popup window with 'update.php' being loaded inside. PHP works fine on reporting.php, but when the link is clicked and the popup appears, update.php is not getting parsed. If I 'View Source' reporting.php, I see that it is parsed properly - and on update.php, I see my code... meaning something went wrong.
Is there some glitch/known issue with using popup windows and PHP? Any help or suggestions anyone could provide would be most appreciated. Thanks.
--Dan