Jump to content

Include while passing a variable not working


freakus_maximus

Recommended Posts

Any reason why this include would not work?

I am trying to include this in the real page it needs to be represent on. Obviously from the error, the proper, valid url is created and passed, but it will not open.

All my other navigation options work fine, so I know it's not my case statements. If I open the edit.php manually with the defectnum value passed, that works fine too.

I just need it now to work inside my index.php file...

[code]case "ddrnedit":
   $param = $_GET['defectnum'];
   $activate = ('"http://localhost/releasenotes/edit.php?defectnum='. $param .'"');    
  break;  
[/code]

The error is:
[code]Warning: main("http://localhost/releasenotes/edit.php?defectnum=30608") [function.main]: failed to open stream: Invalid argument in C:\ITPUB KBASE\htdocs\itpublishing\index.php on line 246
[/code]

Line 246 is just an include() which works fine with all other 'cases':
[code]<TR>
<TD width="180" vAlign="top"><?php include ('../includes/dashnav.php')?></TD>
<TD vAlign="top"><?php include ($activate);?></TD>
</TR>
[/code]
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.