SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
-
Aug 8, 2000, 12:57 #1
- Join Date
- Aug 2000
- Posts
- 3
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
<BLOCKQUOTE><font size="1" face="Verdana, Arial">code
/font><HR><pre>
<table border="1" cellpadding="2" cellspacing="0" width="350"
bgcolor="#0080FF" bordercolor="#FFFFFF">
<tr>
<td align="center" bgcolor="#004080"><font size="2"
face="Verdana">Site Statistics</font></td>
</tr>
<tr>
<td><font size="1" face="Verdana">Staff: Milliard</font></td>
</tr>
<tr>
<td><font size="1" face="Verdana">Newest Section:
Whatever the section is</font></td>
</tr>
<tr>
<td><font size="1" face="Verdana">Last Updated: Whatever
it is</font></td>
</tr>
<tr>
<td align="center" bgcolor="#0080C0"><font size="1"
face="Verdana">Visit the forums|News Archives| Last
Updater:Staff Person</font></td>
</tr>
</table>
[/code]
Just paste that into notepad, and save it as an html file. Suppose I wanted to create something like that, only submit the "Newest Section" "Last Updated Section", "Last Updater", and Staff people by a form, and display it on my main page by ssi. Would you have any tips on how to go about this?
------------------
-
Aug 8, 2000, 15:35 #2
- Join Date
- Apr 2000
- Location
- Melbourne, Australia
- Posts
- 2,571
- Mentioned
- 2 Post(s)
- Tagged
- 0 Thread(s)
You'll need to use a server-side scripting language like Perl, PHP, or ASP to write the file based on the form submission. Which of the above do you have at your disposal?
------------------
-Kevin Yank.
http://www.SitePoint.com/
Helping Small Business Grow Online!
-
Aug 9, 2000, 15:04 #3
- Join Date
- Aug 2000
- Posts
- 3
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Perl
Bookmarks