Such that:
Code: Select all
echo '<table class="center"><tr><td class="wForm:>';
createMyList();
echo '</td><td class="wForm">';
createSList();
echo '</td></tr></table>';
?>Code: Select all
'; createSList(); echo ''; ?>restarted it... nothing.
restarted the system... nothing.
So finally I make a stupid simple PHP page:
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<!-- some java imports, css -->
</head>
<body>
<?php
echo "Hello World!";
?>Code: Select all
"; ?>