コード例 #1
0
ファイル: warpedit.php プロジェクト: kagetenshi/xenoberage
                                } else {
                                    echo "An error occoured while trying to remove this warp link.<br />";
                                }
                            }
                        } else {
                            echo "An error occoured while trying to destroy this warp link.<br />";
                        }
                    }
                } else {
                    echo "There is no warp link between " . $playerinfo['sector'] . " and " . $target_sector . "!<br />";
                }
            }
        }
    }
}
$live_links = $sql_manager->list_sector_links($playerinfo['sector']);
if (empty($live_links)) {
    echo "There are no links out of this sector.<br/><br/>";
} else {
    echo "Below is a list of links leading from this sector:<br/><ul>";
    foreach ($live_links as $destination_link) {
        echo "<li>" . $destination_link . "</li>";
    }
    echo "</ul>";
}
?>
<br/>Create Warp Link<br/>
<form action="warpedit.php" method="post">
<table>
<tr>
	<td>What sector would you like to create a link to?</td>