Re: [PHP] Re: Couple of beginner questions

2009-01-10 Thread tedd
At 2:04 PM + 1/10/09, Nathan Rixham wrote: tedd wrote: At 5:39 PM + 1/9/09, Nathan Rixham wrote: if it has the file extension .php then it will be passed through php and compiled; otherwise the php source code you insert will just show up in the html source. Gary: That is true, but

[PHP] Re: Couple of beginner questions

2009-01-10 Thread tedd
At 5:39 PM + 1/9/09, Nathan Rixham wrote: if it has the file extension .php then it will be passed through php and compiled; otherwise the php source code you insert will just show up in the html source. Gary: That is true, but with the following code in a .htaccess file you can force th

[PHP] Re: Couple of beginner questions

2009-01-09 Thread Nathan Rixham
Gary wrote: I've done a number of sites in html and am now venturing into php. Can I create a page in html and insert php code that will work? (for example, take an existing page and insert a date command) if it has the file extension .php then it will be passed through php and compiled; oth