PHP & the website

Scott <[email protected]> Sun, 26 Sep 2004 12:42:52 -0400
Newsgroups gmane.editors.mlview.devel
Message-ID <[email protected]>
Hey everyone,

If it is possible, I think we would do better to use php because of the 
navigation and header parts of the site. Whenever we make changes to the 
navigation section, it becomes unnecessarily laborious to make the same 
changes for all the other pages. It increases the likelihood of human 
error, like inconsistent navigation across the site. This is, of course, 
the old problem of static sites. With php we could focus more on the 
content and updates and less on updating a dozen pages when only one 
conceptual change was needed. I'm not sure whether the server has php 
capability, but it is easy to check. Just upload a php file (like the 
phpinfo file I've attached). Then, just visit the page. If php is 
available you'll see the specs for the particular php version used on 
the server. Anyway, I don't mean to beat a dead horse...

Also on the navigation topic, anyone else think we should get rid of the 
links page? I originally put it there, but it seems kinda old school. 
Nobody uses "links" pages anymore. And, it would simplify the navigation 
while eliminating the task of adding "links" content :)


--scott

_______________________________________________
Mlview-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/mlview-list
info.php (text/html, 18 B)
<? phpinfo(); ?>