Re: [EMAIL PROTECTED] which PHP

2005-12-28 Thread Dan Jallits
This has nothing to do with compatability. What you want to do is download PHP from php.net/downloads/ ensuring that you get the right one for your OPERATING SYSTEM (This will usually be either the Windows version or the Unix/Linux one.) There are multiple tutorials on httpd.apache.org and php.net

Re: [EMAIL PROTECTED] Resources for beginners

2005-12-26 Thread Dan Jallits
I liked Pro Apache, Third Edition by Apress. You can find it online at the publisher http://www.apress.com/book/bookDisplay.html?bID=275 -- Best regards, Daniel C. Jallits 100 E. Oneida Avenue Elmhurst, Illinois 60126-4465 United States of America T: 630.279.2798 | M: 630.670.3775 [EMAIL

Re: [EMAIL PROTECTED] Page Title

2005-12-26 Thread Dan Jallits
Set the variable in a file that will be included globally throughout the site ?php $title = Chris Deeley; ?. Then in your HTML template you ECHO the vaiable. title?php echo $title; ?/title On 12/26/05, Dustin Krysak [EMAIL PROTECTED] wrote: the html title tag. You can echo it out with PHP.