tables in phpnuke

This is a discussion on tables in phpnuke within the PHP Language forums, part of the PHP Programming Forums category; Hi, I am trying to buld a new module for phpnuke, the index.php page just to display a simple ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-18-2003
Leigh
 
Posts: n/a
Default tables in phpnuke

Hi,

I am trying to buld a new module for phpnuke,

the index.php page just to display a simple menu, the code forthe menu
is below

function set_menu() {
global $module_name;
include("header.php");
OpenTable();

print "<center><h1>Policy Manual<br>";
echo "<ul>";
|
|
echo "<table><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=onea\">Contents
Page</a></table>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=one\">SECTION
A – LEGAL FOUNDATIONS AND PHILOSOPHIES</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=two\">SECTION
B – MUNICIPAL GOVERNANCE AND OPERATIONS</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=three\">SECTION
C – MUNICIPAL DIRECTORY</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=four\">SECTION
D – BUSINESS ADMINISTRATION</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=five\">SECTION
E- MOBILE EQUIPMENT – VEHICLES</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=six\">SECTION
F – FACILITIES</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=seven\">SECTION
G – PERSONNEL AND EMPLOYEE RELATIONS</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=eight\">SECTION
H – SERVICES</a>";
echo "</ul>";
echo "<br><center><h1><h3>The following are &quot;Proposed Draft
Policies&quot; for your viewing.</font><br><br>";

echo "<ul>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=prone\">D-CE
Mayors Recognition Awards Athletics Exhibit</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=prtwo\">D-CE_Mayors
Recognition Awards Policy</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=prthree\">D-CE
Mayors_special_Award_Exhibit.pdf</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=prfour\">D-CE
Mayors Recognition Awards Dist Vol Service Exhibit</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=prfive\">D-CE
Mayors Recognition Awards & Performing Arts Exhibit</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=prsix\">D-CE
Mayors Recognition Awards Guidelines</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=prseven\">F-AB
Buildings General Administration Exhibit</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=preight\">F-AB
Buildings General Administration Guidelines</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=prnine\">F-AB
Buildings General Administration Policy 4th draft</a>";
echo "<li><a href=\"modules.php?name=$module_name&amp;file=inde x&amp;func=prten\">G-A
General Personnel Policy</a>";
echo "<h6>In order to view the PDF files you must have Acrobat Reader
installed on you computer.";
echo "<h6><a href=\"http://www.adobe.com/products/acrobat/readstep2.html\">you
can download it here</a>";
CloseTable();
include("footer.php");
}


I want this list to apear in a table with each line left aligned and
bulleted, with the title "Policy Manual" in a cell of its own centerd
at to the table,

I have no idea how to do this, this is my first real adventure in to
php, can some one tell me please how to do this or point me to where I
can find this information?
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 06:23 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0