|
From: Sullivan, P. <Pat...@Ce...> - 2004-01-21 22:14:20
|
I am starting to put together the web part. Does anyone want to help with = this piece? Basics Goals: htdocs: index.html - static frameset=20 src=3Dbanner.html - static src=3D"/cgi-bin/menu.pl" - dynamic - perl CGI drive off of a MySql databa= se src=3D"/cgi-bin/contents.pl" - dynamic - perl CGI drive off of a MySql da= tabase cgi-bin: menu.pl contents.pl search.pl database: alphatools tools For now we can test with myfirsttable CREATE TABLE myfirsttable=20 (tools VARCHAR(20),=20 status CHAR(1),=20 description VARCHAR(60),=20 author VARCHAR(15),=20 submit_date DATE,=20 approved_date DATE) I am more than open to any ideas, just let me know! Thank you, Patrick Sullivan ***************************************************************************= ** This communication is for the use of the intended recipient only. It may= =20 contain information that is privileged and confidential. If you are not th= e=20 intended recipient of this communication, any disclosure, copying, further= =20 distribution or use thereof is prohibited. If you have received this=20 communication in error, please advise me by return e-mail or by telephone a= nd=20 delete/destroy it. ***************************************************************************= ** |