Jump to content

[SOLVED] Why does this not work?


Kryllster

Recommended Posts

When I use this block of code in 1 script.

echo "<a href=\"mainview.php?show=fight_view1&first=$first&hitpoints=$hitpoints&mob_hp=$mob_hp\">Continue The Fight!</a>";

 

and then in mainview.php use this block of code.

case 'fight_view1':
include('fight_view.php?fight=fight1');
break;

 

Why do I get a blank page. Just wondering is this allowed and if not what would be a way to do it? Is there some special syntax I can use to get it done.

 

Thanks in advance,

Link to comment
https://forums.phpfreaks.com/topic/172673-solved-why-does-this-not-work/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.