
Donna
Staff
/ Moderator

Apr 29, 2003, 1:06 PM
Post #13 of 15
(9164 views)
Shortcut
|
|
Re: [jaygary] addon: leave comments on article page
[In reply to]
|
Can't Post
|
|
Hey there, Thansk for the post. This looks like a pretty neat little script. :) It's not likely that a script like this would work with SHTML in general. However, if you can get your web host to parse .shtml for PHP, then it would work. Or, you can switch the SSI's to PHP includes, and do it that way. The basic issue is that server side includes (SSI) aren't a scripting language, whereas PHP is. While you can have a PHP version of something, an ASP version of something, a ColdFusion version of something... it just doesn't work the same way to have an SSI version of something. :) So, in essence, this script can work with .shtml extensions -- if your server is setup to recognize PHP on a file with a .shtml extension. Likewise, a server can also be setup to parse .php files for SSI. Or change all the SSI to it's PHP equivelent. But you'd have to talk to your web hosting provider about that. :) Cheers! Donna Donna -- support@interactivetools.com
|