STEVEWABC at netscape.net writes: > The web page well be link to a data Base,and Will have a page in > there for e-mailing me for a est. or info, with links to other sites > as well.On other thing there will be Graphics also..Now with this > what should I look at PHP or What? Hope that helps.. You can easily do all of this in PHP. The easiest way to start is to read through the online manual and try out the examples. PHP has excellent documentation. I have a couple of libraries that you might find useful: http://david.maridia.com/lib/mysql.phps http://david.maridia.com/lib/misc.phps > #ServerName new.host.name > ServerName http://24.118.46.25:80 That is a (partial) URL, not a hostname. It should look like this, just like the comment indicates: ServerName 24.118.46.25 > DocumentRoot /var/www/ > > # > # This should be changed to whatever you set DocumentRoot to. > # > Directory /var/www/schofield.html Try reading the comments. They provide useful information. -- David Phillips <david at acz.org> http://david.acz.org/ _______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota http://www.mn-linux.org tclug-list at mn-linux.org https://mailman.real-time.com/mailman/listinfo/tclug-list